![Xcalibur Systems LLC Logo](../icons/logo.png) |
TcpRowRemotePort Property |
The remote port number in network byte order for the TCP connection on the remote computer.
When the member is , this member
has no meaning.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic 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