17 writes to AllowUnsecureTransport
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
644options.AllowUnsecureTransport = allowUnsecuredTransport;
Aspire.Hosting.Tests (16)
Dashboard\TransportOptionsValidatorTests.cs (16)
18options.AllowUnsecureTransport = false; 38options.AllowUnsecureTransport = false; 90options.AllowUnsecureTransport = false; 111options.AllowUnsecureTransport = false; 130options.AllowUnsecureTransport = false; 152options.AllowUnsecureTransport = false; 176options.AllowUnsecureTransport = false; 200options.AllowUnsecureTransport = false; 227options.AllowUnsecureTransport = false; 252options.AllowUnsecureTransport = false; 276options.AllowUnsecureTransport = false; 298options.AllowUnsecureTransport = true; 314options.AllowUnsecureTransport = true; 334options.AllowUnsecureTransport = false; 352options.AllowUnsecureTransport = false; 376options.AllowUnsecureTransport = false;
1 reference to AllowUnsecureTransport
Aspire.Hosting (1)
Dashboard\TransportOptionsValidator.cs (1)
15var effectiveAllowUnsecureTransport = transportOptions.AllowUnsecureTransport || distributedApplicationOptions.DisableDashboard || distributedApplicationOptions.AllowUnsecuredTransport;