In The Hand LtdIn The Hand
UdpStatistics Class
NamespacesInTheHand.Net.NetworkInformationUdpStatistics
.NET Components for Mobility
Provides User Datagram Protocol (UDP) statistical data.
Declaration Syntax
C#Visual Basic
public sealed class UdpStatistics
Public NotInheritable Class UdpStatistics
Members
All MembersMethodsProperties



IconMemberDescription
DatagramsReceived
Gets the number of User Datagram Protocol (UDP) datagrams that were received.

DatagramsSent
Gets the number of User Datagram Protocol (UDP) datagrams that were sent.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IncomingDatagramsDiscarded
Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of port errors.

IncomingDatagramsWithErrors
Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of errors other than bad port information.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UdpListeners
Gets the number of local endpoints that are listening for User Datagram Protocol (UDP) datagrams.

Remarks

Equivalent to System.Net.NetworkInformation.UdpStatistics

Instances of this class are returned by the GetUdpIPv4Statistics()()()() and GetUdpIPv6Statistics()()()() methods to give applications access to UDP traffic information. The information in this class correlates to the management information objects described in .
Object
UdpStatistics

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0