Tcp |
The Tcp6Row type exposes the following members.
Name | Description | |
---|---|---|
LocalPort | The port number in network byte order for the local endpoint of the TCP connection on the local computer. | |
RemotePort | The port number in network byte order for the remote endpoint of the TCP connection on the remote computer. |
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType) | |
GetHashCode | (Inherited from ValueType) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from ValueType) |
Name | Description | |
---|---|---|
LocalAddress | The IPv6 address for the local endpoint of the TCP connection on the local computer. A value of zero indicates the listener can accept a connection on any interface. | |
LocalPortRaw | The port number in network byte order for the local endpoint of the TCP connection on the local computer (Raw). | |
LocalScopeId | The scope ID in network byte order for the local IPv6 address. | |
RemoteAddress | The IPv6 address of the remote endpoint of the TCP connection on the remote computer. When the dwState member is , this value has no meaning. | |
RemotePortRaw | The port number in network byte order for the remote endpoint of the TCP connection on the remote computer (Raw). | |
RemoteScopeId | The scope ID in network byte order for the remote IPv6 address. | |
State | The state of the TCP connection. This member can be one of the values from the enumeration defined in the Tcpmib.h header file. Note that the Tcpmib.h header file is automatically included in Iprtrmib.h, which is automatically included in the Iphlpapi.h header file. The Tcpmib.h and Iprtrmib.h header files should never be used directly. |