15 writes to AllowUnsecureTransport
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
464
options.
AllowUnsecureTransport
= allowUnsecuredTransport;
Aspire.Hosting.Tests (14)
Dashboard\TransportOptionsValidatorTests.cs (14)
17
options.
AllowUnsecureTransport
= false;
37
options.
AllowUnsecureTransport
= false;
89
options.
AllowUnsecureTransport
= false;
110
options.
AllowUnsecureTransport
= false;
129
options.
AllowUnsecureTransport
= false;
151
options.
AllowUnsecureTransport
= false;
175
options.
AllowUnsecureTransport
= false;
199
options.
AllowUnsecureTransport
= false;
226
options.
AllowUnsecureTransport
= false;
251
options.
AllowUnsecureTransport
= false;
275
options.
AllowUnsecureTransport
= false;
297
options.
AllowUnsecureTransport
= true;
313
options.
AllowUnsecureTransport
= true;
333
options.
AllowUnsecureTransport
= false;
1 reference to AllowUnsecureTransport
Aspire.Hosting (1)
Dashboard\TransportOptionsValidator.cs (1)
14
var effectiveAllowUnsecureTransport = transportOptions.
AllowUnsecureTransport
|| distributedApplicationOptions.DisableDashboard || distributedApplicationOptions.AllowUnsecuredTransport;