Click or drag to resize
Xcalibur Systems LLC Logo

Udp6Row Structure

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

MIB_UDP6ROW structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.NetworkingUdp6Row

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

The Udp6Row type exposes the following members.

Properties
 NameDescription
Public propertyLocalPort The port number of the UDP endpoint on the local computer. This member is stored in network byte order.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldLocalAddress The IPv6 address for the local UDP endpoint. This member is stored in a character array in network byte order. A value of zero indicates a UDP listener willing to accept datagrams for any IP interface associated with the local computer.
Public fieldLocalPortRaw The port number of the UDP endpoint on the local computer. This member is stored in network byte order (raw).
Public fieldLocalScopeId The scope ID for the IPv6 address of the UDP endpoint on the local computer. This member is stored in network byte order.
Top
See Also