6 references to Status511NetworkAuthenticationRequired
Microsoft.AspNetCore.Http.Results (2)
ResultsCache.StatusCodes.cs (2)
148
StatusCodes.
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)
79
private static readonly byte[] _bytesStatus511 = CreateStatusBytes(StatusCodes.
Status511NetworkAuthenticationRequired
);
165
StatusCodes.
Status511NetworkAuthenticationRequired
=> _bytesStatus511,