Address Constructor (String, IPAddress, Int32)Hazelcast .Net Client Class Library
Initializes a new instance of the Address class

Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public Address(
	string hostname,
	IPAddress inetAddress,
	int port
)

Parameters

hostname
Type: SystemString
inetAddress
Type: System.NetIPAddress
port
Type: SystemInt32
See Also

Reference