34 references to WithHttpsEndpoint
Aspire.Hosting.Azure.Tests (7)
AzureContainerAppsTests.cs (3)
490.WithHttpsEndpoint() 1676.WithHttpsEndpoint(); 1910.WithHttpsEndpoint(port: 8081);
AzureProvisioningResourceExtensionsTests.cs (1)
20.WithHttpsEndpoint();
AzureWebPubSubExtensionsTests.cs (3)
196var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).WithHttpsEndpoint(); 279var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).WithHttpsEndpoint(); 356var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).WithHttpsEndpoint();
Aspire.Hosting.Tests (27)
ManifestGenerationTests.cs (1)
116.WithHttpsEndpoint(targetPort: 3000, env: "HTTPS_PORT")
ProjectResourceTests.cs (2)
308.WithHttpsEndpoint(port: 5001, name: "https"); 331.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)
44.WithHttpsEndpoint(port: 1000, targetPort: 2000, "mybinding")
WithReferenceTests.cs (7)
22.WithHttpsEndpoint(1000, 2000, "mybinding") 40.WithHttpsEndpoint(1000, 2000, "mybinding") 42.WithHttpsEndpoint(1000, 3000, "myconflictingbinding") 65.WithHttpsEndpoint(1000, 2000, "mybinding") 90.WithHttpsEndpoint(1000, 2000, "mybinding") 92.WithHttpsEndpoint(1000, 3000, "mybinding2") 112.WithHttpsEndpoint(1000, 2000, "mybinding")