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