NatTransportRemotePort Property |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int RemotePort { get; }
Public ReadOnly Property RemotePort As Integer
Get
public:
virtual property int RemotePort {
int get () sealed;
}
abstract RemotePort : int with get
override RemotePort : int with get
Property Value
Type:
Int32Implements
ITransportRemotePort
See Also