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