![Xcalibur Systems LLC Logo](../icons/logo.png) |
Tcp6RowLocalPort Property |
The port number in network byte order for the local endpoint of the TCP connection on the
local computer.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic ushort LocalPort { get; }
Public ReadOnly Property LocalPort As UShort
Get
public:
property unsigned short LocalPort {
unsigned short get ();
}
member LocalPort : uint16 with get
Property Value
UInt16
See Also