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