IpEndPoint Constructor (Int32)C# API
Initialises a new instance of the IpEndPoint class, with the localhost IP address (127.0.0.1) and the specified port.

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

public IpEndPoint(
	int port
)

Parameters

port
Type: System Int32
The port number.
See Also