  | Address Constructor (String, 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 host,
	int port
)
Public Sub New ( 
	host As String,
	port As Integer
)
public:
Address(
	String^ host, 
	int port
)
new : 
        host : string * 
        port : int -> AddressParameters
- host
 - Type: SystemString
 - port
 - Type: SystemInt32
 
See Also