Initializes a new instance of the
Address class
Namespace: Hazelcast.IOAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
public Address(
string hostname,
IPAddress inetAddress,
int port
)
Public Sub New (
hostname As String,
inetAddress As IPAddress,
port As Integer
)
public:
Address(
String^ hostname,
IPAddress^ inetAddress,
int port
)
new :
hostname : string *
inetAddress : IPAddress *
port : int -> Address
Parameters
- hostname
- Type: SystemString
- inetAddress
- Type: System.NetIPAddress
- port
- Type: SystemInt32
Reference