Click or drag to resize

TCPTransportConnect Method


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

Parameters

remoteEndPoint  String
 
remotePort  Int32
 

Return Value

Boolean

Implements

ITransportConnect(String, Int32)
See Also