Click or drag to resize
Xcalibur Systems LLC Logo

TcpRow Structure

Contains information that descibes an IPv4 TCP connection.

MIB_TCPROW structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingTcpRow

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

The TcpRow type exposes the following members.

Properties
 NameDescription
Public propertyLocalPort The local port number in network byte order for the TCP connection on the local computer.
Public propertyRemotePort 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.
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 fieldLocalPortRaw The local port number in network byte order for the TCP connection on the local computer (raw).
Public fieldRemoteAddress The IPv4 address for the TCP connection on the remote computer. When the dwState member is , this value has no meaning.
Public fieldRemotePortRaw 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).
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