Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The NetworkUtils type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the given TcpClient object.
| |
| GetAllLocalAddresses |
Returns the list of all local addresses ofor all network interfaces
on the local computer.
| |
| GetHostAddress |
Returns first available IP address for the specified
host name.
| |
| GetLocalHostAddress |
Returns the local host IP address.
| |
| IsAnyLocalAddress |
Determines if IPAddress is "Any" address.
| |
| IsLinkLocalAddress |
Determines if IPAddress is link local address.
| |
| IsLoopbackAddress |
Determines if IPAddress is loopback address.
| |
| IsSiteLocalAddress |
Determines if IPAddress is site local address.
| |
| SetKeepAlive |
Configure the KeepAlive option of the given Socket object.
| |
| SetLingerTime |
Configure the linger time of the given Socket.
| |
| SetReceiveBufferSize |
Configure the ReceiveBuffer option of the given Socket object.
| |
| SetReuseAddress |
Configure the ReuseAddress option of the given Socket object.
| |
| SetSendBufferSize |
Configure the SendBuffer option of the given Socket object.
| |
| SetTcpNoDelay |
Configure the NoDelay option of the given Socket object.
| |
| ToString |
Utility method that prints out an IPEndPoint in a user-
friendly manner.
|