54 references to WithHttpsEndpoint
Aspire.Hosting.Azure.Functions (2)
AzureFunctionsProjectResourceExtensions.cs (2)
160.WithHttpsEndpoint(targetPort: 8080); 186builder.WithHttpsEndpoint(port: port, targetPort: port, isProxied: port == null);
Aspire.Hosting.Azure.Tests (11)
AzureAppServiceTests.cs (1)
376.WithHttpsEndpoint()
AzureContainerAppsTests.cs (6)
289.WithHttpsEndpoint() 366.WithHttpsEndpoint() 947.WithHttpsEndpoint(); 1205.WithHttpsEndpoint(port: 8081); 1924.WithHttpsEndpoint(targetPort: 1111) 1929.WithHttpsEndpoint(targetPort: 1111)
AzureProvisioningResourceExtensionsTests.cs (1)
18.WithHttpsEndpoint();
AzureWebPubSubExtensionsTests.cs (3)
117var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).WithHttpsEndpoint(); 148var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).WithHttpsEndpoint(); 174var serviceA = builder.AddProject<ProjectA>("serviceA", o => o.ExcludeLaunchProfile = true).WithHttpsEndpoint();
Aspire.Hosting.DevTunnels.Tests (2)
DevTunnelResourceBuilderExtensionsTests.cs (2)
17.WithHttpsEndpoint(); 65.WithHttpsEndpoint();
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
245.WithHttpsEndpoint()
Aspire.Hosting.Tests (31)
ProjectResourceTests.cs (2)
317.WithHttpsEndpoint(port: 5001, name: "https"); 340.WithHttpsEndpoint(port: 5001, name: "https")
ResourceWithProbeTests.cs (2)
15resource.WithHttpsEndpoint(); 48resource.WithHttpsEndpoint(8080, 8080, endpointName);
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)
25.WithHttpsEndpoint(name: "anotherendpoint"); 43.WithHttpsEndpoint(); 68.WithHttpsEndpoint() 69.WithHttpsEndpoint(name: "grpc"); 81.WithHttpsEndpoint();
AspireWithNode.AppHost (2)
DevCertHostingExtensions.cs (1)
17/// Use <see cref="ResourceBuilderExtensions.WithHttpsEndpoint{TResource}"/> to configure an HTTPS endpoint.
NodeHostingExtensions.cs (1)
17builder.WithHttpsEndpoint(env: "HTTPS_PORT");