IsListening Property  
 

Returns if the socket is listening for connections.

Syntax

object.IsListening

Remarks

The IsListening property returns True if the socket is listening for connections after the Listen method is called.

Data Type

Boolean

See Also

Backlog Property, Listen Method, OnAccept Event