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