In The Hand - .NET Components for Mobility
IncomingDatagramsDiscarded Property
NamespacesInTheHand.Net.NetworkInformationUdpStatisticsIncomingDatagramsDiscarded
Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of port errors.
Declaration Syntax
C#Visual Basic
public long IncomingDatagramsDiscarded { get; }
Public ReadOnly Property IncomingDatagramsDiscarded As Long
Value
An Int64 value that specifies the total number of received UDP datagrams that were discarded because there was no listening 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 IncomingDatagramsWithErrors property.

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