Click or drag to resize

TransportInfo Constructor

Creates a new instance of the TransportInfo class.

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public TransportInfo(
	IPEndPoint localEndPoint,
	TransportType protocol,
	IPEndPoint remoteEndPoint,
	int localOutgoingTcpPort = 0
)

Parameters

localEndPoint
Type: System.NetIPEndPoint
The local endpoint.
protocol
Type: Ozeki.NetworkTransportType
The type of the transport.
remoteEndPoint
Type: System.NetIPEndPoint
The remote endpoint.
localOutgoingTcpPort (Optional)
Type: SystemInt32
See Also