  | Address Constructor (IPEndPoint) | 
 Creates a new Address
 
    Namespace: 
   Hazelcast.IO
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic Address(
	IPEndPoint inetSocketAddress
)
Public Sub New ( 
	inetSocketAddress As IPEndPoint
)
public:
Address(
	IPEndPoint^ inetSocketAddress
)
new : 
        inetSocketAddress : IPEndPoint -> AddressParameters
- inetSocketAddress
 - Type: System.NetIPEndPoint
the InetSocketAddress to use 
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | if inetSocketAddress is null | 
| ArgumentException | if the address can't be resolved. | 
See Also