DotNetTcpClientFactoryMinPort Property |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic int MinPort { get; set; }
Public Property MinPort As Integer
Get
Set
public:
virtual property int MinPort {
int get () sealed;
void set (int value) sealed;
}
abstract MinPort : int with get, set
override MinPort : int with get, set
Property Value
Int32Implements
ITransportFactoryMinPort
See Also