Creates a new Address
Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax
Parameters
- 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