SocketService.active
bool active() @property nothrowGet active property.
Returns
Whether the service is currently accepting connections.
void active(bool propval) @property nothrowSet active property.
Parameters
propval | Whether the service is currently accepting connections. |