5 references to Status499ClientClosedRequest
Microsoft.AspNetCore.Diagnostics (2)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (1)
127context.Response.StatusCode = StatusCodes.Status499ClientClosedRequest;
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
123context.Response.StatusCode = StatusCodes.Status499ClientClosedRequest;
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
781StatusCode = StatusCodes.Status499ClientClosedRequest;
Internal\Http\ReasonPhrases.cs (2)
67private static readonly byte[] _bytesStatus499 = CreateStatusBytes(StatusCodes.Status499ClientClosedRequest); 153StatusCodes.Status499ClientClosedRequest => _bytesStatus499,