![]() | Udp |
public sealed class UdpBroadcastListener : IDisposable
The UdpBroadcastListener type exposes the following members.
Name | Description | |
---|---|---|
![]() | UdpBroadcastListener | Constructs a UDP listener on a specified port. |
Name | Description | |
---|---|---|
![]() | Dispose | Stops listening for client broadcast messages and releases resources. |
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | ListenCallback | Parent applications can hook into this event to receive notification of the arrival of a broadcast message. Note that the event can be raised on a worker thread, so listening STA applications may need to marshal event processing back to a different thread. |