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