Click or drag to resize
Xcalibur Systems LLC Logo

Tcp6Table Structure

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

MIB_TCP6TABLE structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingTcp6Table

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

The Tcp6Table 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 elements in the table.
Public fieldTable Array of structures returned.
Top
See Also