Click or drag to resize
NatTransportConnect Method

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool Connect(
	string remoteEndPoint,
	int remotePort
)

Parameters

remoteEndPoint
Type: SystemString
remotePort
Type: SystemInt32

Return Value

Type: Boolean

Implements

ITransportConnect(String, Int32)
See Also