Click or drag to resize

Address Constructor (IPEndPoint)

Creates a new Address

Namespace:  Hazelcast.IO
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
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