1 write to _error
System.Net.HttpListener (1)
System\Net\Managed\HttpStreamAsyncResult.cs (1)
60_error = e;
2 references to _error
System.Net.HttpListener (2)
System\Net\Managed\ChunkedInputStream.cs (2)
170if (ares._error != null) 171throw new HttpListenerException((int)HttpStatusCode.BadRequest, SR.Format(SR.net_io_operation_aborted, ares._error.Message));