In The Hand - .NET Components for Mobility
UdpListeners Property
NamespacesInTheHand.Net.NetworkInformationUdpStatisticsUdpListeners
Gets the number of local endpoints that are listening for User Datagram Protocol (UDP) datagrams.
Declaration Syntax
C#Visual Basic
public int UdpListeners { get; }
Public ReadOnly Property UdpListeners As Integer
Value
An Int64 value that specifies the total number of sockets that are listening for UDP datagrams.
Remarks
You can use the [!:UdpClient] and [!:Socket] classes to create UDP listener applications.

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