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.3.199.0
Syntax
public DotNetTcpClient(
	string localAddress,
	int localPort
)

Parameters

localAddress
Type: SystemString
localPort
Type: SystemInt32
See Also