The members of System.Net.NetworkInformation.UdpStatistics are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Net.NetworkInformation.UdpStatistics class. |
[read-only] abstract | DatagramsReceived | long.
Gets the number of User Datagram Protocol (UDP) datagrams that were received. |
[read-only] abstract | DatagramsSent | long.
Gets the number of User Datagram Protocol (UDP) datagrams that were sent. |
[read-only] abstract | IncomingDatagramsDiscarded | long.
Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of port errors. |
[read-only] abstract | IncomingDatagramsWithErrors | long.
Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of errors other than bad port information. |
[read-only] abstract | UdpListeners | int.
Gets the number of local endpoints that are listening for User Datagram Protocol (UDP) datagrams. |