Click or drag to resize
Xcalibur Systems LLC Logo

TcpTable Structure

Contains a table of TCP connections for IPv4 on the local computer.

MIB_TCPTABLE structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingTcpTable

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

The TcpTable type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetRowCount Gets the row count.
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldRowCount The number of entries in the table.
Public fieldTable A pointer to a table of TCP connections implemented as an array of structures.
Top
See Also