TCPConnection Listening Method NetworkComms.Net Help
Returns true if listening for new TCP connections.

Namespace: NetworkCommsDotNet.Connections.TCP
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 TCP connections.
See Also