Property Listening
Listening
Whether the driver is listening for new connections (e.g. acting like a server). Use the Listen() method to start listening for new connections.
Declaration
public bool Listening { get; }
Property Value
Type | Description |
---|---|
bool | True if the driver is listening, false otherwise. |