Click or drag to resize
Xcalibur Systems LLC Logo

TcpRowOwnerPid Structure

Contains information that describes an IPv4 TCP connection with IPv4 addresses, ports used by the TCP connection, and the specific process ID (PID) associated with connection.

MIB_TCPROW_OWNER_PID structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingTcpRowOwnerPid

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

The TcpRowOwnerPid 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 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.
Public fieldLocalPort1 The local port number in network byte order for the TCP connection on the local computer.
Public fieldLocalPort2 The local port number in network byte order for the TCP connection on the local computer.
Public fieldLocalPort3 The local port number in network byte order for the TCP connection on the local computer.
Public fieldLocalPort4 The local port number in network byte order for the TCP connection on the local computer.
Public fieldProcessId The PID of the process that issued a context bind for this TCP connection.
Public fieldRemoteAddress The IPv4 address for the TCP connection on the remote computer. When the dwState member is , this value has no meaning.
Public fieldRemotePort1 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldRemotePort2 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldRemotePort3 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldRemotePort4 The remote port number in network byte order for the TCP connection on the remote computer. When the dwState member is , this member has no meaning.
Public fieldState The state of the TCP connection. This member can be one of the values defined in the Iprtrmib.h header file.
Top
See Also