6 references to Status407ProxyAuthenticationRequired
Microsoft.AspNetCore.Http.Results (2)
ResultsCache.StatusCodes.cs (2)
116StatusCodes.Status407ProxyAuthenticationRequired => _status407ProxyAuthenticationRequired ??= new(StatusCodes.Status407ProxyAuthenticationRequired),
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyProviderTests.cs (1)
285[InlineData(StatusCodes.Status407ProxyAuthenticationRequired)]
Microsoft.AspNetCore.ResponseCaching.Tests (1)
ResponseCachingPolicyProviderTests.cs (1)
311[InlineData(StatusCodes.Status407ProxyAuthenticationRequired)]
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\ReasonPhrases.cs (2)
45private static readonly byte[] _bytesStatus407 = CreateStatusBytes(StatusCodes.Status407ProxyAuthenticationRequired); 131StatusCodes.Status407ProxyAuthenticationRequired => _bytesStatus407,