net\System\Net\HttpListener.cs (5)
1242SendError(requestMemory.RequestBlob->RequestId, HttpStatusCode.BadRequest, null);
1422SendError(requestId, HttpStatusCode.InternalServerError, null);
1821SendError(requestId, httpError, null);
1858SendError(requestId, HttpStatusCode.InternalServerError, null);
1896SendError(requestId, challenges != null && challenges.Count > 0 ? HttpStatusCode.Unauthorized : HttpStatusCode.Forbidden, challenges);