In The Hand - .NET Components for Mobility
IncomingDatagramsWithErrors Property
NamespacesInTheHand.Net.NetworkInformationUdpStatisticsIncomingDatagramsWithErrors
Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of errors other than bad port information.
Declaration Syntax
C#Visual Basic
public long IncomingDatagramsWithErrors { get; }
Public ReadOnly Property IncomingDatagramsWithErrors As Long
Value
An Int64 value that specifies the total number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
Remarks
To find the total number of datagrams that could not be delivered, add the values that were returned by this property and the IncomingDatagramsDiscarded property.

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