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