Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Utility method that prints out an IPEndPoint in a user- friendly manner.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static string ToString(
	IPEndPoint addr
)

Parameters

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

Return Value

The value in format ADDRESS:PORT.

See Also