|
EndpointRemotePort Property |
Gets the remote port.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax public ushort RemotePort { get; }
Public ReadOnly Property RemotePort As UShort
Get
public:
property unsigned short RemotePort {
unsigned short get ();
}
member RemotePort : uint16 with get
Property Value
UInt16
The remote port.
See Also