Click or drag to resize

UdpDiscoverClient Class

Broadcasts messages on a UDP port to discover if any responder servers are listening within the network horizon. This class forms a pair with UdpDiscoverResponder to create a simple protocol where client apps can use this class to 'discover' servers on the network.
Inheritance Hierarchy
SystemObject
  Orthogonal.MixedCommsLibUdpDiscoverClient

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public sealed class UdpDiscoverClient

The UdpDiscoverClient type exposes the following members.

Constructors
 NameDescription
Public methodUdpDiscoverClient Creates a UDP discover client on a specified port.
Top
Methods
 NameDescription
Public methodBroadcastAsync Sends a broadcast message that discover responders can receive and respond to to annouce their presence in the network.
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also