Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The NetworkUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Close |
Closes the given TcpClient object.
|
![]() ![]() | GetAllAddresses(String) |
Returns all available IP addresses for the specified
host name.
|
![]() ![]() | GetAllAddresses(String, Int64) |
Returns all available IP addresses for the specified
host name.
|
![]() ![]() | GetAllLocalAddresses |
Returns the list of all local addresses ofor all network interfaces
on the local computer.
|
![]() ![]() | GetHostAddress(String) |
Returns first available IP address for the specified
host name.
|
![]() ![]() | GetHostAddress(String, Int64) |
Returns first available IP address for the specified
host name.
|
![]() ![]() | GetLocalHostAddress()()()() |
Returns the local host IP address.
|
![]() ![]() | GetLocalHostAddress(Int64) |
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(IPEndPoint) |
Utility method that prints out an IPEndPoint in a user-
friendly manner.
|
![]() ![]() | ToString(IPEndPoint, Int32) |
Utility method that prints out an IPEndPoint with
optional subport in a user-friendly manner.
|
![]() ![]() | WriteSubport |
Write out the 8 byte multiplexed protocol header which consists
of two 4-byte words: first is the protocol ID 0x05AC1E000,
second is the subport number.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | NO_TIMEOUT |
-1 is infinite for timeout.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | PreferredAddressFamily |
Gets or sets the preferred AddressFamily.
|