Variable definitions

Use the information in the following table to understand the displayed TCP listener information.

Variable Value
LocalAddressType Specifies the IP address type of the local TCP listener.
LocalAddress Specifies the local IP address of the TCP listener.
The value of this field can be represented in three possible ways, depending on the characteristics of the listening application:
  1. For an application willing to accept both IPv4 and IPv6 datagrams, the value of this object is a zero-length octet string, and the value of the corresponding LocalAddressType field is unknown.
  2. For an application willing to accept either IPv4 or IPv6 datagrams, the value of this object must be 0.0.0.0 or ::, with the LocalAddressType identifying the supported address type.
  3. For an application that is listening for data destined only to a specific IP address, the value of this object is the specific local address, with LocalAddressType identifying the supported address type.
LocalPort Specifies the local port number for this TCP connection