6 references to Status511NetworkAuthenticationRequired
Microsoft.AspNetCore.Http.Results (2)
ResultsCache.StatusCodes.cs (2)
148StatusCodes.Status511NetworkAuthenticationRequired => _status511NetworkAuthenticationRequired ??= new(StatusCodes.Status511NetworkAuthenticationRequired),
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyProviderTests.cs (1)
317[InlineData(StatusCodes.Status511NetworkAuthenticationRequired)]
Microsoft.AspNetCore.ResponseCaching.Tests (1)
ResponseCachingPolicyProviderTests.cs (1)
343[InlineData(StatusCodes.Status511NetworkAuthenticationRequired)]
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\ReasonPhrases.cs (2)
79private static readonly byte[] _bytesStatus511 = CreateStatusBytes(StatusCodes.Status511NetworkAuthenticationRequired); 165StatusCodes.Status511NetworkAuthenticationRequired => _bytesStatus511,