IsListening Property  
 

Determine if the server is listening for client connections.

Syntax

object.IsListening

Remarks

The IsListening property returns True if the server is listening for connections after the Start method has been called.

Data Type

Boolean

See Also

IsActive Property, Start Method, Stop Method