NetworkingOptions Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Represents the networking options.
public class NetworkingOptions
Inherited Members
Constructors
| Name | Description |
|---|---|
| NetworkingOptions(PreviewOptions) | 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. |
| Reconnect | Whether to attempt to automatically reconnect a client that has been disconnected. |
| 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. |
| UsePublicAddresses | Whether to use the public addresses of members. |