197 references to WithEndpoint
Aspire.Hosting (6)
ProjectResourceBuilderExtensions.cs (5)
520builder.WithEndpoint(schemeAsEndpointName ?? endpoint.EndpointName, e => 589builder.WithEndpoint(endpointName, e => 677builder.WithEndpoint(scheme, e => 850cb.WithEndpoint("http", e => e.TargetPort ??= 8080, createIfNotExists: false); 851cb.WithEndpoint("https", e => e.TargetPort ??= 8080, createIfNotExists: false);
ResourceBuilderExtensions.cs (1)
857/// The <see cref="WithEndpoint{T}(IResourceBuilder{T}, string, Action{EndpointAnnotation}, bool)"/> method allows
Aspire.Hosting.Azure.AppConfiguration (1)
AzureAppConfigurationExtensions.cs (1)
163return builder.WithEndpoint("emulator", endpoint =>
Aspire.Hosting.Azure.CosmosDB (4)
AzureCosmosDBExtensions.cs (4)
183builder.WithEndpoint("emulator", ep => 259return builder.WithEndpoint("emulator", endpoint => 424var result = builder.WithEndpoint(endpointName: KnownUrls.DataExplorer.EndpointName, endpoint => 445builder.WithEndpoint(KnownUrls.DataExplorer.EndpointName, ep =>
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
412return builder.WithEndpoint("emulator", endpoint =>
Aspire.Hosting.Azure.Kusto (1)
AzureKustoBuilderExtensions.cs (1)
216return builder.WithEndpoint("http", endpoint =>
Aspire.Hosting.Azure.Kusto.Tests (1)
AddAzureKustoTests.cs (1)
63containerBuilder.WithEndpoint("http", endpoint => endpoint.Port = port);
Aspire.Hosting.Azure.ServiceBus (1)
AzureServiceBusExtensions.cs (1)
570return builder.WithEndpoint("emulator", endpoint =>
Aspire.Hosting.Azure.Storage (3)
AzureStorageExtensions.cs (3)
307return builder.WithEndpoint("blob", endpoint => 324return builder.WithEndpoint("queue", endpoint => 341return builder.WithEndpoint("table", endpoint =>
Aspire.Hosting.Azure.Tests (41)
AzureContainerAppsTests.cs (2)
922.WithEndpoint("http", e => e.Transport = "http2") 1154.WithEndpoint("ep1", e => e.IsExternal = true);
AzureCosmosDBExtensionsTests.cs (1)
271e.WithEndpoint("emulator", e => e.AllocatedEndpoint = new(e, "localhost", 10001));
AzureFunctionsTests.cs (2)
71.WithEndpoint("http", e => 250.WithEndpoint("https", e =>
AzureKeyVaultTests.cs (2)
430keyVault.WithEndpoint("https", endpoint => endpoint.AllocatedEndpoint = new(endpoint, "localhost", 8443)); 490keyVault.WithEndpoint("https", endpoint => endpoint.AllocatedEndpoint = new(endpoint, "localhost", 8443));
AzureManagedRedisExtensionsTests.cs (3)
57c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 80c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)) 150c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6379));
AzurePostgresExtensionsTests.cs (6)
124c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 167c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)) 236c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 320c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5432)); 371c.WithEndpoint("tcp", e => 533postgres.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1234));
AzureRedisExtensionsTests.cs (4)
101c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 124c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)) 194c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6379)); 240.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455))
AzureSignalREmulatorFunctionalTest.cs (1)
25e.WithEndpoint("emulator", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 10001));
AzureSqlDatabaseConnectionPropertiesTests.cs (2)
90c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433)); 141c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433));
AzureSqlExtensionsTests.cs (2)
82c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 134c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455))
AzureStorageExtensionsTests.cs (15)
182e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 183e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 184e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002)); 230e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 231e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 232e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002)); 288e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 289e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 290e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002)); 336e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 337e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 338e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002)); 408e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 409e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 410e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
BicepUtilitiesTests.cs (1)
36.WithEndpoint("http", e =>
Aspire.Hosting.Containers.Tests (2)
ContainerResourceTests.cs (2)
99.WithEndpoint("ep", e => 109.WithEndpoint("ep", e =>
Aspire.Hosting.Docker (2)
DockerComposeAspireDashboardResourceBuilderExtensions.cs (2)
42.WithEndpoint("http", e => e.IsExternal = true) 59return builder.WithEndpoint("http", e =>
Aspire.Hosting.Garnet.Tests (2)
AddGarnetTests.cs (2)
75.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 339.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
638resourceBuilder.WithEndpoint("http", ep => ep.UriScheme = "https");
Aspire.Hosting.Kafka (1)
KafkaBuilderExtensions.cs (1)
161return builder.WithEndpoint("http", endpoint =>
Aspire.Hosting.Kafka.Tests (5)
AddKafkaTests.cs (5)
62.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)); 119.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)) 137.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)) 188.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)); 209.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017))
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
114.WithEndpoint(ManagementEndpointName, ep => ep.UriScheme = "https");
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
58.WithEndpoint(MilvusServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Milvus.Tests (2)
AddMilvusTests.cs (2)
83.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", MilvusPortGrpc)); 99.WithEndpoint("grpc", e =>
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
185return builder.WithEndpoint("http", endpoint =>
Aspire.Hosting.MongoDB.Tests (3)
AddMongoDBTests.cs (3)
93.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)) 163.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)) 312.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017))
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
317return builder.WithEndpoint("http", endpoint =>
Aspire.Hosting.MySql.Tests (7)
AddMySqlTests.cs (7)
117.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 135.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 240mysql.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 268mysql1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 269mysql2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host3")); 360.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 376.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3306))
Aspire.Hosting.Nats.Tests (2)
AddNatsTests.cs (2)
39.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 4222)); 69.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 4222));
Aspire.Hosting.Oracle.Tests (2)
AddOracleTests.cs (2)
115.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 134.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
246return builder.WithEndpoint("http", endpoint => 263return builder.WithEndpoint("http", endpoint => 586return builder.WithEndpoint(PostgresServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.PostgreSQL.Tests (11)
AddPostgresTests.cs (9)
155.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 171.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 464pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 465pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2")); 525pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 526pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2")); 666.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 680.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 694.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5432));
PostgresMcpBuilderTests.cs (2)
48postgres.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5432)); 78.WithEndpoint("tcp", e =>
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
319resourceBuilder.WithEndpoint("http", ep => ep.UriScheme = "https");
Aspire.Hosting.Qdrant (1)
QdrantBuilderExtensions.cs (1)
74.WithEndpoint(QdrantServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Qdrant.Tests (3)
AddQdrantTests.cs (3)
156.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6334)); 172.WithEndpoint("grpc", e => 177.WithEndpoint("http", e =>
Aspire.Hosting.RabbitMQ.Tests (1)
AddRabbitMQTests.cs (1)
98.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27011));
Aspire.Hosting.Redis (4)
RedisBuilderExtensions.cs (4)
376resourceBuilder.WithEndpoint("http", ep => ep.UriScheme = "https"); 395return builder.WithEndpoint("http", endpoint => 411return builder.WithEndpoint("http", endpoint => 563return builder.WithEndpoint(RedisResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Redis.Tests (11)
AddRedisTests.cs (11)
122.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 304redis1.WithEndpoint("tcp", e => 309redis2.WithEndpoint("tcp", e => 314redis3.WithEndpoint("tcp", e => 470.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 509redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 535redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 555redis1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 556redis2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2")); 708.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 728.WithEndpoint("tcp", e =>
Aspire.Hosting.Seq.Tests (2)
AddSeqTests.cs (2)
74.WithEndpoint("http", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 234.WithEndpoint("http", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
Aspire.Hosting.SqlServer (1)
SqlServerBuilderExtensions.cs (1)
245return builder.WithEndpoint(SqlServerServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.SqlServer.Tests (3)
AddSqlServerTests.cs (3)
86.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433)); 107.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433)) 273.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433));
Aspire.Hosting.Tests (57)
ContainerTunnelTests.cs (1)
57.WithEndpoint("http", e =>
Dcp\DcpExecutorTests.cs (1)
1366.WithEndpoint("customendpoint", (endpoint) =>
DistributedApplicationTests.cs (8)
1468testProgram.ServiceABuilder.WithReplicas(2).WithEndpoint("http", endpoint => 1485testProgram.ServiceABuilder.WithEndpoint("http", endpoint => 1507.WithEndpoint("http", e => 1544.WithEndpoint("http", e => 1550.WithEndpoint("https", e => 1614var redis = builder.AddRedis($"{testName}-redis", port).WithEndpoint("tcp", endpoint => 1620var redisNoPort = builder.AddRedis($"{testName}-redisNoPort").WithEndpoint("tcp", endpoint => 1760var redis = AddRedisContainer(builder, $"{testName}-redis").WithEndpoint("tcp", endpoint =>
ExecutableResourceTests.cs (2)
22.WithEndpoint("ep", e => 29.WithEndpoint("ep", e =>
ExpressionResolverTests.cs (4)
93.WithEndpoint("endpoint1", e => 103.WithEndpoint("endpoint2", e => 112.WithEndpoint("endpoint3", e => 246.WithEndpoint("http", ep => ep.AllocatedEndpoint = new(ep, "localhost", 8001, EndpointBindingMode.SingleAddress, "{{ targetPort }}", KnownNetworkIdentifiers.LocalhostNetwork));
ProjectResourceTests.cs (10)
393.WithEndpoint("http", e => 397.WithEndpoint("https", e => 401.WithEndpoint("http2", e => 405.WithEndpoint("dontinjectme", e => 452.WithEndpoint("http", e => 482builder.WithEndpoint(q, e => 625.WithEndpoint("ep", e => 632.WithEndpoint("ep", e => 665.WithEndpoint("http", e => 671.WithEndpoint("https", e =>
PublishAsDockerfileTests.cs (1)
315.WithEndpoint("http", e =>
WithEndpointTests.cs (8)
24.WithEndpoint("mybinding", endpoint => 40.WithEndpoint("mybinding", endpoint => 75.WithEndpoint("mybinding", endpoint => 112.WithEndpoint("mybinding", endpoint => 130.WithEndpoint("mybinding", endpoint => 146var projectA = builder.AddProject<ProjectA>("projecta").WithEndpoint("mybinding", endpoint => 606.WithEndpoint("https", e => e.TargetHost = "example.localhost", createIfNotExists: false) 640.WithEndpoint("https", e => e.TargetHost = host, createIfNotExists: false)
WithEnvironmentTests.cs (5)
47.WithEndpoint("mybinding", e => 229.WithEndpoint("primary", ep => 280.WithEndpoint("primary", ep => 306.WithEndpoint("primary", ep => 446.WithEndpoint("primary", ep =>
WithMcpServerTests.cs (5)
45.WithEndpoint("https", e => 71.WithEndpoint("http", e => 96.WithEndpoint("http", e => 121.WithEndpoint("http", e => 146.WithEndpoint("http", e =>
WithReferenceTests.cs (12)
23.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 47.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 67.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 94.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 140.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 144.WithEndpoint("myconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 168.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 172.WithEndpoint("mynonconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 196.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 198.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 226.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 228.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000));
Aspire.Hosting.Valkey.Tests (2)
AddValkeyTests.cs (2)
75.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 329.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
Aspire.Hosting.Yarp (3)
YarpResourceExtensions.cs (3)
64.WithEndpoint("https", ep => 124return builder.WithEndpoint("http", endpoint => 144return builder.WithEndpoint("https", ep => ep.Port = port, createIfNotExists: false);
ProxylessEndToEnd.AppHost (2)
Program.cs (2)
6var redis = builder.AddRedis("redis", 9999).WithEndpoint("tcp", (endpoint) => 12.WithEndpoint("http", e =>