27 references to WithHttpsEndpoint
Aspire.Hosting.Tests (27)
ManifestGenerationTests.cs (1)
115.WithHttpsEndpoint(targetPort: 3000, env: "HTTPS_PORT")
ProjectResourceTests.cs (2)
307.WithHttpsEndpoint(port: 5001, name: "https"); 330.WithHttpsEndpoint(port: 5001, name: "https")
WithEndpointTests.cs (16)
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)
WithEnvironmentTests.cs (1)
43.WithHttpsEndpoint(port: 1000, targetPort: 2000, "mybinding")
WithReferenceTests.cs (7)
21.WithHttpsEndpoint(1000, 2000, "mybinding") 39.WithHttpsEndpoint(1000, 2000, "mybinding") 41.WithHttpsEndpoint(1000, 3000, "myconflictingbinding") 64.WithHttpsEndpoint(1000, 2000, "mybinding") 89.WithHttpsEndpoint(1000, 2000, "mybinding") 91.WithHttpsEndpoint(1000, 3000, "mybinding2") 111.WithHttpsEndpoint(1000, 2000, "mybinding")