44 references to WithHttpsEndpoint
Aspire.Hosting.Azure.Functions (2)
AzureFunctionsProjectResourceExtensions.cs (2)
149
.
WithHttpsEndpoint
(targetPort: 8080);
175
builder.
WithHttpsEndpoint
(port: port, targetPort: port, isProxied: port == null);
Aspire.Hosting.Azure.Tests (8)
AzureContainerAppsTests.cs (4)
288
.
WithHttpsEndpoint
()
365
.
WithHttpsEndpoint
()
893
.
WithHttpsEndpoint
();
1151
.
WithHttpsEndpoint
(port: 8081);
AzureProvisioningResourceExtensionsTests.cs (1)
18
.
WithHttpsEndpoint
();
AzureWebPubSubExtensionsTests.cs (3)
117
var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).
WithHttpsEndpoint
();
148
var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).
WithHttpsEndpoint
();
174
var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).
WithHttpsEndpoint
();
Aspire.Hosting.Tests (29)
ProjectResourceTests.cs (2)
312
.
WithHttpsEndpoint
(port: 5001, name: "https");
335
.
WithHttpsEndpoint
(port: 5001, name: "https")
WithEndpointTests.cs (18)
163
.
WithHttpsEndpoint
(3000, 1000, name: "mybinding")
164
.
WithHttpsEndpoint
(3000, 2000, name: "mybinding");
178
.
WithHttpsEndpoint
(3000, 1000)
179
.
WithHttpsEndpoint
(3000, 2000);
192
.
WithHttpsEndpoint
(1000, name: "mybinding")
193
.
WithHttpsEndpoint
(2000, name: "mybinding");
250
.
WithHttpsEndpoint
(name: "ep2")
324
.
WithHttpsEndpoint
(name: "h2", targetPort: 3001);
378
.
WithHttpsEndpoint
(name: "h4");
461
.
WithHttpsEndpoint
(name: "hps") // Won't get targetPort since it's the first https
462
.
WithHttpsEndpoint
(name: "hps2") // Will get a targetPort
527
.
WithHttpsEndpoint
()
528
.
WithHttpsEndpoint
(name: "hps1", port: 7001)
529
.
WithHttpsEndpoint
(name: "hps2", port: 7002, targetPort: 7003)
530
.
WithHttpsEndpoint
(name: "hps3", targetPort: 7004)
531
.
WithHttpsEndpoint
(name: "hps4", targetPort: 7005)
626
.
WithHttpsEndpoint
()
660
.
WithHttpsEndpoint
()
WithEnvironmentTests.cs (1)
45
.
WithHttpsEndpoint
(port: 1000, targetPort: 2000, "mybinding")
WithReferenceTests.cs (7)
21
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
47
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
49
.
WithHttpsEndpoint
(1000, 3000, "myconflictingbinding")
72
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
97
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
99
.
WithHttpsEndpoint
(1000, 3000, "mybinding2")
127
.
WithHttpsEndpoint
(1000, 2000, "mybinding")
WithUrlsTests.cs (1)
187
.
WithHttpsEndpoint
();
Aspire.Hosting.Yarp.Tests (5)
YarpClusterTests.cs (5)
17
.
WithHttpsEndpoint
(name: "anotherendpoint");
35
.
WithHttpsEndpoint
();
60
.
WithHttpsEndpoint
()
61
.
WithHttpsEndpoint
(name: "grpc");
73
.
WithHttpsEndpoint
();