35 references to WithHttpsEndpoint
Aspire.Hosting.Azure.Tests (8)
AzureContainerAppsTests.cs (4)
746
.
WithHttpsEndpoint
()
1084
.
WithHttpsEndpoint
()
2295
.
WithHttpsEndpoint
();
3157
.
WithHttpsEndpoint
(port: 8081);
AzureProvisioningResourceExtensionsTests.cs (1)
19
.
WithHttpsEndpoint
();
AzureWebPubSubExtensionsTests.cs (3)
177
var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).
WithHttpsEndpoint
();
246
var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).
WithHttpsEndpoint
();
311
var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).
WithHttpsEndpoint
();
Aspire.Hosting.Tests (27)
ProjectResourceTests.cs (2)
310
.
WithHttpsEndpoint
(port: 5001, name: "https");
333
.
WithHttpsEndpoint
(port: 5001, name: "https")
WithEndpointTests.cs (16)
164
.
WithHttpsEndpoint
(3000, 1000, name: "mybinding")
165
.
WithHttpsEndpoint
(3000, 2000, name: "mybinding");
179
.
WithHttpsEndpoint
(3000, 1000)
180
.
WithHttpsEndpoint
(3000, 2000);
193
.
WithHttpsEndpoint
(1000, name: "mybinding")
194
.
WithHttpsEndpoint
(2000, name: "mybinding");
251
.
WithHttpsEndpoint
(name: "ep2")
325
.
WithHttpsEndpoint
(name: "h2", targetPort: 3001);
379
.
WithHttpsEndpoint
(name: "h4");
462
.
WithHttpsEndpoint
(name: "hps") // Won't get targetPort since it's the first https
463
.
WithHttpsEndpoint
(name: "hps2") // Will get a targetPort
528
.
WithHttpsEndpoint
()
529
.
WithHttpsEndpoint
(name: "hps1", port: 7001)
530
.
WithHttpsEndpoint
(name: "hps2", port: 7002, targetPort: 7003)
531
.
WithHttpsEndpoint
(name: "hps3", targetPort: 7004)
532
.
WithHttpsEndpoint
(name: "hps4", targetPort: 7005)
WithEnvironmentTests.cs (1)
46
.
WithHttpsEndpoint
(port: 1000, targetPort: 2000, "mybinding")
WithReferenceTests.cs (7)
22
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
48
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
50
.
WithHttpsEndpoint
(1000, 3000, "myconflictingbinding")
73
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
98
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
100
.
WithHttpsEndpoint
(1000, 3000, "mybinding2")
128
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
WithUrlsTests.cs (1)
161
.
WithHttpsEndpoint
();