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

Construct an AddressHolder for the specified IPEndPoint.

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

Syntax

C#
public AddressHolder(
	string host,
	int port
)

Parameters

host
Type: System..::.String
The host name or IP.
port
Type: System..::.Int32
The port number.

See Also