NetworkingOptions Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Represents the networking options.
public class NetworkingOptions
  Inherited Members
Constructors
| Name | Description | 
|---|---|
| NetworkingOptions() | Initializes a new instance of the NetworkingOptions class.  | 
      
Properties
| Name | Description | 
|---|---|
| Addresses | Gets or sets the list of initial addresses.  | 
      
| Cloud | Gets the CloudOptions.  | 
      
| ConnectionRetry | Gets the connection ConnectionRetryOptions.  | 
      
| ConnectionTimeoutMilliseconds | Gets or sets the connection timeout.  | 
      
| ReconnectMode | Gets or sets the ReconnectMode in case the client is disconnected.  | 
      
| RedoOperations | Whether to retry operations.  | 
      
| ShuffleAddresses | Whether to shuffle addresses when attempting to connect to the cluster.  | 
      
| SmartRouting | Whether smart routing is enabled.  | 
      
| Socket | Gets the SocketOptions.  | 
      
| Ssl | Gets the SslOptions.  | 
      
| Tpc | Gets the TpcOptions.  | 
      
| UsePublicAddresses | Whether to use the public addresses of members.  |