| SocketInterceptorConfigSetProperties Method |
Sets the properties.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual SocketInterceptorConfig SetProperties(
Dictionary<string, string> properties
)
Public Overridable Function SetProperties (
properties As Dictionary(Of String, String)
) As SocketInterceptorConfig
public:
virtual SocketInterceptorConfig^ SetProperties(
Dictionary<String^, String^>^ properties
)
abstract SetProperties :
properties : Dictionary<string, string> -> SocketInterceptorConfig
override SetProperties :
properties : Dictionary<string, string> -> SocketInterceptorConfig
Parameters
- properties
- Type: System.Collections.GenericDictionaryString, String
the properties to set.
Return Value
Type:
SocketInterceptorConfigthe updated SSLConfig.
Exceptions Remarks Sets the properties.
See Also