DotNetTcpClientFactoryMaxPort Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
Type:
Int32Implements
ITransportFactoryMaxPort
See Also