.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    NetworkingOptions Class

    Namespace: Hazelcast.Networking
    Assembly: Hazelcast.Net.dll

    Represents the networking options.

    public class NetworkingOptions
    Inheritance
    object
    NetworkingOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    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.

    In This Article
    • Constructors
    • Properties
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.