UdpStatistics Properties
.NET Framework (current version)
Namespace:
System.Net.NetworkInformation
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
![]() | UdpListeners | Gets the number of local endpoints that are listening for User Datagram Protocol (UDP) datagrams. |
Show:
