UDPConnection Listening Method NetworkComms.Net Help
Returns true if listening for new UDP connections.

Namespace: NetworkCommsDotNet.Connections.UDP
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

[ObsoleteAttribute("Depreciated, please use Connection.Listening.")]
public static bool Listening()

Return Value

Type: OnlineBoolean
True if listening for new UDP connections.
See Also