6 references to SendError
System.Net.HttpListener (6)
System\Net\Managed\ChunkedInputStream.cs (1)
147_context.Connection.SendError(e.Message, 400);
System\Net\Managed\HttpConnection.cs (3)
260SendError(HttpStatusDescription.Get(400), 400); 299SendError(HttpStatusDescription.Get(NotFoundErrorCode), NotFoundErrorCode); 464SendError(_context.ErrorMessage, _context.ErrorStatus);
System\Net\Managed\HttpListenerRequest.Managed.cs (2)
186_context.Connection.SendError(null, 501); 196_context.Connection.SendError(null, 411);