6 references to Closed
System.Net.HttpListener (6)
System\Net\HttpListener.cs (1)
314ObjectDisposedException.ThrowIf(_state == State.Closed, this);
System\Net\Managed\HttpListener.Managed.cs (5)
50_state = State.Closed; 102if (_state == State.Closed) 120_state = State.Closed; 132if (_state == State.Closed) 146_state = State.Closed;