Click or drag to resize
Xcalibur Systems LLC Logo

Udp6TableOwnerModule Structure

Contains the User Datagram Protocol (UDP) listener table for IPv6 on the local computer. The table also includes any available ownership data and the process ID (PID) that issued the call to the bind function for each UDP endpoint.

MIB_UDP6TABLE_OWNER_MODULE structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingUdp6TableOwnerModule

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

The Udp6TableOwnerModule 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 table.
Public fieldTable An array of structures returned by a call to .
Top
See Also