15 writes to AllowUnsecureTransport
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
464options.AllowUnsecureTransport = allowUnsecuredTransport;
Aspire.Hosting.Tests (14)
Dashboard\TransportOptionsValidatorTests.cs (14)
17options.AllowUnsecureTransport = false; 37options.AllowUnsecureTransport = false; 89options.AllowUnsecureTransport = false; 110options.AllowUnsecureTransport = false; 129options.AllowUnsecureTransport = false; 151options.AllowUnsecureTransport = false; 175options.AllowUnsecureTransport = false; 199options.AllowUnsecureTransport = false; 226options.AllowUnsecureTransport = false; 251options.AllowUnsecureTransport = false; 275options.AllowUnsecureTransport = false; 297options.AllowUnsecureTransport = true; 313options.AllowUnsecureTransport = true; 333options.AllowUnsecureTransport = false;
1 reference to AllowUnsecureTransport
Aspire.Hosting (1)
Dashboard\TransportOptionsValidator.cs (1)
14var effectiveAllowUnsecureTransport = transportOptions.AllowUnsecureTransport || distributedApplicationOptions.DisableDashboard || distributedApplicationOptions.AllowUnsecuredTransport;