BaseTransportFactory Constructor |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxprotected BaseTransportFactory(
string localAddress,
int portRangeMinimum,
int portRangeMaximum
)
Protected Sub New (
localAddress As String,
portRangeMinimum As Integer,
portRangeMaximum As Integer
)
protected:
BaseTransportFactory(
String^ localAddress,
int portRangeMinimum,
int portRangeMaximum
)
new :
localAddress : string *
portRangeMinimum : int *
portRangeMaximum : int -> BaseTransportFactory
Parameters
- localAddress
- Type: SystemString
- portRangeMinimum
- Type: SystemInt32
- portRangeMaximum
- Type: SystemInt32
See Also