Click or drag to resize
Xcalibur Systems LLC Logo

Tcp6RowOwnerPid Structure

Contains information that describes an IPv6 TCP connection associated with a specific process ID (PID).

MIB_TCP6ROW_OWNER_PID structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingTcp6RowOwnerPid

Namespace: Xcalibur.NativeMethods.V2.Networking
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct Tcp6RowOwnerPid

The Tcp6RowOwnerPid type exposes the following members.

Properties
 NameDescription
Public propertyLocalPort The port number in network byte order for the local endpoint of the TCP connection on the local computer.
Public propertyRemotePort The port number in network byte order for the remote endpoint of the TCP connection on the remote computer.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldLocalAddress 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.
Public fieldLocalPortRaw The port number in network byte order for the local endpoint of the TCP connection on the local computer (Raw).
Public fieldLocalScopeId The scope ID in network byte order for the local IPv6 address.
Public fieldProcessId The PID of the local process that issued a context bind for this TCP connection.
Public fieldRemoteAddress 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.
Public fieldRemotePortRaw The port number in network byte order for the remote endpoint of the TCP connection on the remote computer (Raw).
Public fieldRemoteScopeId The scope ID in network byte order for the remote IPv6 address.
Public fieldState 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.
Top
See Also