Click or drag to resize

TransportInfo Constructor

Initializes a new instance of the TransportInfo class

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

Parameters

localEndPoint  IPEndPoint
 
protocol  TransportType
 
remoteEndPoint  IPEndPoint
 
localOutgoingTcpPort  Int32  (Optional)
 
See Also