Tcp |
The TcpRow type exposes the following members.
Name | Description | |
---|---|---|
LocalPort | The local port number in network byte order for the TCP connection on the local computer. | |
RemotePort | 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. |
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType) | |
GetHashCode | (Inherited from ValueType) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from ValueType) |
Name | Description | |
---|---|---|
LocalAddress | The local IPv4 address for the TCP connection on the local computer. A value of zero indicates the listener can accept a connection on any interface. | |
LocalPortRaw | The local port number in network byte order for the TCP connection on the local computer (raw). | |
RemoteAddress | The IPv4 address for the TCP connection on the remote computer. When the dwState member is , this value has no meaning. | |
RemotePortRaw | 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 (raw). | |
State | The state of the TCP connection. This member can be one of the values defined in the Iprtrmib.h header file. |