DotNetTcpClientFactory Constructor |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 String
-
- minPort Int32
-
- maxPort Int32
-
See Also