Click or drag to resize
Xcalibur Systems LLC Logo

Udp6Table Structure

Contains the User Datagram Protocol (UDP) listener table for IPv6 on the local computer.

MIB_UDP6TABLE structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingUdp6Table

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

The Udp6Table 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 An array of structures.
Top
See Also