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)
265
SendError
(HttpStatusDescription.Get(400), 400);
304
SendError
(HttpStatusDescription.Get(NotFoundErrorCode), NotFoundErrorCode);
469
SendError
(_context.ErrorMessage, _context.ErrorStatus);
System\Net\Managed\HttpListenerRequest.Managed.cs (2)
186
_context.Connection.
SendError
(null, 501);
196
_context.Connection.
SendError
(null, 411);