4 writes to AllowAutoRedirect
Aspire.Dashboard.Tests (3)
Integration\FrontendOpenIdConnectAuthTests.cs (2)
33
AllowAutoRedirect
= false
78
AllowAutoRedirect
= false
Integration\HealthTests.cs (1)
26
using var httpClientHandler = new HttpClientHandler {
AllowAutoRedirect
= false };
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (1)
28
set { _innerHandler.
AllowAutoRedirect
= value; }
1 reference to AllowAutoRedirect
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (1)
27
get { return _innerHandler.
AllowAutoRedirect
; }