8 references to Started
System.Net.HttpListener (8)
System\Net\HttpListener.cs (4)
157if (_state == State.Started) 230if (_state == State.Started) 252if (_state == State.Started) 278public bool IsListening => _state == State.Started;
System\Net\Managed\HttpListener.Managed.cs (4)
41if (_state == State.Started) 46_state = State.Started; 108if (_state == State.Started) 276if (_state != State.Started)