4 writes to AllowUnsecuredTransport
Aspire.Hosting (1)
DistributedApplication.cs (1)
236
AllowUnsecuredTransport
= options.AllowUnsecuredTransport,
Aspire.Hosting.Tests (1)
Dashboard\TransportOptionsValidatorTests.cs (1)
71
AllowUnsecuredTransport
= true
Aspire.Playground.Tests (1)
BlazorWasmHostingTests.cs (1)
203
options.
AllowUnsecuredTransport
= true;
TestProject.AppHost (1)
TestProgram.cs (1)
54
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)
40
/// allowing unsecured communication between the browser and dashboard, and dashboard and app host (see <see cref="DistributedApplicationOptions.
AllowUnsecuredTransport
"/>.