.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    SocketOptions Class

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

    Represents the TCP socket options.

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

    Constructors

    Name Description
    SocketOptions()

    Initializes a new instance of the SocketOptions class.

    Properties

    Name Description
    BufferSizeKiB

    The send and receive buffers size.

    KeepAlive

    Whether to keep the socket alive.

    LingerSeconds

    The number of seconds to remain connected after the socket Close() method is called, or zero to disconnect immediately.

    TcpNoDelay

    Whether the socket is using the Nagle algorithm.

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