| Address Constructor (IPEndPoint) |
Creates a new Address
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public 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
Exceptions See Also