Click or drag to resize

DotNetTcpClient Constructor

Initializes a new instance of the DotNetTcpClient class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public DotNetTcpClient(
	string localAddress,
	int localPort
)

Parameters

localAddress  String
 
localPort  Int32
 
See Also