Inheritance Hierarchy
Hazelcast.ConfigSocketOptions
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax
The SocketOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocketOptions | Initializes a new instance of the SocketOptions class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetBufferSize | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLingerSeconds | ||
GetSocketFactory | ||
GetTimeout | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsKeepAlive | ||
IsReuseAddress | ||
IsTcpNoDelay | ||
SetBufferSize | ||
SetKeepAlive | ||
SetLingerSeconds | ||
SetReuseAddress | ||
SetSocketFactory | ||
SetTcpNoDelay | ||
SetTimeout | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also