SocketInterceptorConfigSetProperties Method Hazelcast .Net Client Class Library
Sets the properties.

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax

public virtual SocketInterceptorConfig SetProperties(
	Dictionary<string, string> properties
)

Parameters

properties
Type: System.Collections.GenericDictionaryString, String
the properties to set.

Return Value

Type: SocketInterceptorConfig
the updated SSLConfig.
Exceptions

ExceptionCondition
ArgumentExceptionif properties is null.
Remarks

Sets the properties.
See Also

Reference