System.Net.NetworkInformation.UdpStatistics Members

The members of System.Net.NetworkInformation.UdpStatistics are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Net.NetworkInformation.UdpStatistics class.

Public Properties

[read-only]
abstract
DatagramsReceivedlong.

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

[read-only]
abstract
DatagramsSentlong.

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

[read-only]
abstract
IncomingDatagramsDiscardedlong.

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

[read-only]
abstract
IncomingDatagramsWithErrorslong.

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
UdpListenersint.

Gets the number of local endpoints that are listening for User Datagram Protocol (UDP) datagrams.