Address Constructor (IPEndPoint)Hazelcast .Net Client Class Library
Creates a new Address

Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax

public Address(
	IPEndPoint inetSocketAddress
)

Parameters

inetSocketAddress
Type: System.NetIPEndPoint
the InetSocketAddress to use
Exceptions

ExceptionCondition
ArgumentNullExceptionif inetSocketAddress is null
ArgumentExceptionif the address can't be resolved.
See Also

Reference