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