Click or drag to resize

DotNetTcpClientFactory Constructor

Initializes a new instance of the DotNetTcpClientFactory class

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public DotNetTcpClientFactory(
	string localAddress,
	int minPort,
	int maxPort
)

Parameters

localAddress
Type: SystemString
minPort
Type: SystemInt32
maxPort
Type: SystemInt32
See Also