IpEndPoint Constructor (String, Int32, IpEndPoint AddressType)C# API
Initialises a new instance of the IpEndPoint class, with the specified host, port and addressType.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IpEndPoint(
	string host,
	int port,
	IpEndPoint..::..AddressType addressType
)

Parameters

host
Type: System String
The hostname.
port
Type: System Int32
The port number.
addressType
Type: Facilita.Native IpEndPoint AddressType
The address type.
See Also