.NET Client Documentation
5.5.0
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()

    Initializes a new instance of the NetworkingOptions class.

    Properties

    Name Description
    Addresses

    Gets or sets the list of initial addresses.

    CPDirectToLeaderEnabled

    Gets or sets whether client tries to redirect CP requests to CP group leaders.

    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.

    RoutingMode

    Sets or gets the RoutingMode for the client. The client connects to the cluster based on the selected routing mode.

    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.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.