2 writes to AllowUnsecuredTransport
Aspire.Hosting.Tests (1)
Dashboard\TransportOptionsValidatorTests.cs (1)
71AllowUnsecuredTransport = true
TestProject.AppHost (1)
TestProgram.cs (1)
50AllowUnsecuredTransport = allowUnsecuredTransport,
2 references to AllowUnsecuredTransport
Aspire.Hosting (2)
Dashboard\TransportOptionsValidator.cs (1)
14var effectiveAllowUnsecureTransport = transportOptions.AllowUnsecureTransport || distributedApplicationOptions.DisableDashboard || distributedApplicationOptions.AllowUnsecuredTransport;
DistributedApplication.cs (1)
33/// allowing unsecured communication between the browser and dashboard, and dashboard and app host (see <see cref="DistributedApplicationOptions.AllowUnsecuredTransport"/>.