17 writes to AllowUnsecureTransport
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
783
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;
126
options.
AllowUnsecureTransport
= false;
144
options.
AllowUnsecureTransport
= false;
164
options.
AllowUnsecureTransport
= false;
184
options.
AllowUnsecureTransport
= false;
211
options.
AllowUnsecureTransport
= false;
236
options.
AllowUnsecureTransport
= false;
260
options.
AllowUnsecureTransport
= false;
282
options.
AllowUnsecureTransport
= true;
298
options.
AllowUnsecureTransport
= true;
318
options.
AllowUnsecureTransport
= false;
336
options.
AllowUnsecureTransport
= false;
360
options.
AllowUnsecureTransport
= false;
1 reference to AllowUnsecureTransport
Aspire.Hosting (1)
Dashboard\TransportOptionsValidator.cs (1)
15
var effectiveAllowUnsecureTransport = transportOptions.
AllowUnsecureTransport
|| distributedApplicationOptions.DisableDashboard || distributedApplicationOptions.AllowUnsecuredTransport;