![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | 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 -> Address
Parameters
- inetSocketAddress
- Type: System.NetIPEndPoint
the InetSocketAddress to use
ExceptionsException | Condition |
---|
ArgumentNullException | if inetSocketAddress is null |
ArgumentException | if the address can't be resolved. |
See Also