DotNetTcpClientFactory Constructor |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DotNetTcpClientFactory(
string localAddress,
int minPort,
int maxPort
)
Public Sub New (
localAddress As String,
minPort As Integer,
maxPort As Integer
)
public:
DotNetTcpClientFactory(
String^ localAddress,
int minPort,
int maxPort
)
new :
localAddress : string *
minPort : int *
maxPort : int -> DotNetTcpClientFactory
Parameters
- localAddress
- Type: SystemString
- minPort
- Type: SystemInt32
- maxPort
- Type: SystemInt32
See Also