NetworkingOptions Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Represents the networking options.
public class NetworkingOptions
Constructors
| NetworkingOptions() | Initializes a new instance of the NetworkingOptions class. |
Properties
| 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. |