17 writes to AllowUnsecureTransport
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
783options.AllowUnsecureTransport = allowUnsecuredTransport;
Aspire.Hosting.Tests (16)
Dashboard\TransportOptionsValidatorTests.cs (16)
18options.AllowUnsecureTransport = false; 38options.AllowUnsecureTransport = false; 90options.AllowUnsecureTransport = false; 111options.AllowUnsecureTransport = false; 126options.AllowUnsecureTransport = false; 144options.AllowUnsecureTransport = false; 164options.AllowUnsecureTransport = false; 184options.AllowUnsecureTransport = false; 211options.AllowUnsecureTransport = false; 236options.AllowUnsecureTransport = false; 260options.AllowUnsecureTransport = false; 282options.AllowUnsecureTransport = true; 298options.AllowUnsecureTransport = true; 318options.AllowUnsecureTransport = false; 336options.AllowUnsecureTransport = false; 360options.AllowUnsecureTransport = false;
1 reference to AllowUnsecureTransport
Aspire.Hosting (1)
Dashboard\TransportOptionsValidator.cs (1)
15var effectiveAllowUnsecureTransport = transportOptions.AllowUnsecureTransport || distributedApplicationOptions.DisableDashboard || distributedApplicationOptions.AllowUnsecuredTransport;