Inheritance Hierarchy
Hazelcast.ConfigClientNetworkConfig
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
The ClientNetworkConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientNetworkConfig | Initializes a new instance of the ClientNetworkConfig class |
Methods
Name | Description | |
---|---|---|
AddAddress | ||
Equals | (Inherited from Object.) | |
GetAddresses | ||
GetConnectionAttemptLimit | ||
GetConnectionAttemptPeriod | ||
GetConnectionTimeout | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSocketInterceptorConfig | ||
GetSocketOptions | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsRedoOperation | ||
IsSmartRouting | Enabling ssl for client | |
SetAddresses | ||
SetConnectionAttemptLimit | ||
SetConnectionAttemptPeriod | ||
SetConnectionTimeout | ||
SetRedoOperation | ||
SetSmartRouting | ||
SetSocketInterceptorConfig | ||
SetSocketOptions | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also