Click or drag to resize
Xcalibur Systems LLC Logo

UdpTable Structure

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

MIB_UDPTABLE structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingUdpTable

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

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