Click or drag to resize

NetworkUtils.ToString Method (IPEndPoint)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Utility method that prints out an IPEndPoint in a user- friendly manner.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static string ToString(
	IPEndPoint addr
)

Parameters

addr
Type: System.Net.IPEndPoint
IPEndPoint to print out.

Return Value

Type: String
The value in format ADDRESS:PORT.
See Also