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