  | Address Constructor (IPAddress, Int32) | 
 Initializes a new instance of the 
Address class
 
    Namespace: 
   Hazelcast.IO
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxpublic Address(
	IPAddress inetAddress,
	int port
)
Public Sub New ( 
	inetAddress As IPAddress,
	port As Integer
)
public:
Address(
	IPAddress^ inetAddress, 
	int port
)
new : 
        inetAddress : IPAddress * 
        port : int -> AddressParameters
- inetAddress
 - Type: System.NetIPAddress
 - port
 - Type: SystemInt32
 
See Also