138 references to WithEndpoint
Aspire.Hosting (4)
ProjectResourceBuilderExtensions.cs (3)
383builder.WithEndpoint(schemeAsEndpointName ?? endpoint.EndpointName, e => 451builder.WithEndpoint(endpointName, e => 539builder.WithEndpoint(scheme, e =>
ResourceBuilderExtensions.cs (1)
504/// The <see cref="WithEndpoint{T}(IResourceBuilder{T}, string, Action{EndpointAnnotation}, bool)"/> method allows
Aspire.Hosting.Azure.CosmosDB (2)
AzureCosmosDBExtensions.cs (2)
195return builder.WithEndpoint("emulator", endpoint => 342builder.WithEndpoint(endpointName: KnownUrls.DataExplorer.EndpointName, endpoint =>
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
374return builder.WithEndpoint("emulator", endpoint =>
Aspire.Hosting.Azure.ServiceBus (1)
AzureServiceBusExtensions.cs (1)
519return builder.WithEndpoint("emulator", endpoint =>
Aspire.Hosting.Azure.Storage (3)
AzureStorageExtensions.cs (3)
222return builder.WithEndpoint("blob", endpoint => 238return builder.WithEndpoint("queue", endpoint => 254return builder.WithEndpoint("table", endpoint =>
Aspire.Hosting.Azure.Tests (25)
AzureBicepProvisionerTests.cs (1)
38.WithEndpoint("http", e =>
AzureContainerAppsTests.cs (2)
888.WithEndpoint("http", e => e.Transport = "http2") 1120.WithEndpoint("ep1", e => e.IsExternal = true);
AzureCosmosDBExtensionsTests.cs (1)
270e.WithEndpoint("emulator", e => e.AllocatedEndpoint = new(e, "localhost", 10001));
AzureFunctionsTests.cs (2)
69.WithEndpoint("http", e => 248.WithEndpoint("https", e =>
AzurePostgresExtensionsTests.cs (4)
122c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 165c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)) 218c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 406postgres.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1234));
AzureRedisExtensionsTests.cs (3)
100c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 121c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)) 191.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455))
AzureSignalREmulatorFunctionalTest.cs (1)
25e.WithEndpoint("emulator", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 10001));
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 (9)
180e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 181e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 182e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002)); 228e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 229e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 230e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002)); 301e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 302e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 303e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
Aspire.Hosting.Containers.Tests (1)
ContainerResourceTests.cs (1)
100.WithEndpoint("ep", e =>
Aspire.Hosting.Docker (1)
DockerComposeAspireDashboardResourceBuilderExtensions.cs (1)
55return builder.WithEndpoint("http", e =>
Aspire.Hosting.Garnet.Tests (2)
AddGarnetTests.cs (2)
76.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 340.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
Aspire.Hosting.Kafka (1)
KafkaBuilderExtensions.cs (1)
161return builder.WithEndpoint("http", endpoint =>
Aspire.Hosting.Kafka.Tests (3)
AddKafkaTests.cs (3)
61.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)); 118.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)) 136.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017))
Aspire.Hosting.Milvus (1)
MilvusBuilderExtensions.cs (1)
57.WithEndpoint(MilvusServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Milvus.Tests (2)
AddMilvusTests.cs (2)
84.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", MilvusPortGrpc)); 100.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", MilvusPortGrpc));
Aspire.Hosting.MongoDB (1)
MongoDBBuilderExtensions.cs (1)
178return builder.WithEndpoint("http", endpoint =>
Aspire.Hosting.MongoDB.Tests (2)
AddMongoDBTests.cs (2)
78.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27017)) 144.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000))
Aspire.Hosting.MySql (1)
MySqlBuilderExtensions.cs (1)
280return builder.WithEndpoint("http", endpoint =>
Aspire.Hosting.MySql.Tests (5)
AddMySqlTests.cs (5)
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"));
Aspire.Hosting.Nats.Tests (2)
AddNatsTests.cs (2)
40.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 4222)); 66.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 4222));
Aspire.Hosting.Oracle.Tests (2)
AddOracleTests.cs (2)
116.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 135.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
238return builder.WithEndpoint("http", endpoint => 254return builder.WithEndpoint("http", endpoint => 486return builder.WithEndpoint(PostgresServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.PostgreSQL.Tests (8)
AddPostgresTests.cs (8)
156.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 170.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 466pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 467pg2.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));
Aspire.Hosting.Qdrant (1)
QdrantBuilderExtensions.cs (1)
73.WithEndpoint(QdrantServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Qdrant.Tests (3)
AddQdrantTests.cs (3)
157.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6334)); 173.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6334)) 174.WithEndpoint("http", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6333));
Aspire.Hosting.RabbitMQ.Tests (1)
AddRabbitMQTests.cs (1)
99.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27011));
Aspire.Hosting.Redis (3)
RedisBuilderExtensions.cs (3)
275return builder.WithEndpoint("http", endpoint => 291return builder.WithEndpoint("http", endpoint => 439return builder.WithEndpoint(RedisResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Redis.Tests (9)
AddRedisTests.cs (9)
118.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 300redis1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 301redis2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002)); 452.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 491redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 515redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 535redis1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 536redis2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2")); 686.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
Aspire.Hosting.Seq.Tests (1)
AddSeqTests.cs (1)
75.WithEndpoint("http", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
Aspire.Hosting.SqlServer (1)
SqlServerBuilderExtensions.cs (1)
227return builder.WithEndpoint(SqlServerServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.SqlServer.Tests (3)
AddSqlServerTests.cs (3)
87.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433)); 108.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433)) 274.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433));
Aspire.Hosting.Tests (41)
DistributedApplicationTests.cs (8)
1006testProgram.ServiceABuilder.WithReplicas(2).WithEndpoint("http", endpoint => 1024testProgram.ServiceABuilder.WithEndpoint("http", endpoint => 1046.WithEndpoint("http", e => 1082.WithEndpoint("http", e => 1088.WithEndpoint("https", e => 1152var redis = builder.AddRedis($"{testName}-redis", 1234).WithEndpoint("tcp", endpoint => 1158var redisNoPort = builder.AddRedis($"{testName}-redisNoPort").WithEndpoint("tcp", endpoint => 1257var redis = AddRedisContainer(builder, $"{testName}-redis").WithEndpoint("tcp", endpoint =>
ExecutableResourceTests.cs (1)
22.WithEndpoint("ep", e =>
ExpressionResolverTests.cs (3)
81.WithEndpoint("endpoint1", e => 86.WithEndpoint("endpoint2", e => 175.WithEndpoint("http", e =>
ProjectResourceTests.cs (9)
341.WithEndpoint("http", e => 345.WithEndpoint("https", e => 349.WithEndpoint("http2", e => 353.WithEndpoint("dontinjectme", e => 400.WithEndpoint("http", e => 430builder.WithEndpoint(q, e => 577.WithEndpoint("ep", e => 610.WithEndpoint("http", e => 616.WithEndpoint("https", e =>
WithEndpointTests.cs (7)
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 => 231.WithEndpoint("ep", e =>
WithEnvironmentTests.cs (4)
47.WithEndpoint("mybinding", e => 228.WithEndpoint("primary", ep => 277.WithEndpoint("primary", ep => 303.WithEndpoint("primary", ep =>
WithReferenceTests.cs (9)
23.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 49.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 53.WithEndpoint("myconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 74.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 78.WithEndpoint("mynonconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 99.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 101.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 129.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 131.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000));
Aspire.Hosting.Valkey.Tests (2)
AddValkeyTests.cs (2)
76.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 330.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001));
ProxylessEndToEnd.AppHost (2)
Program.cs (2)
6var redis = builder.AddRedis("redis", 9999).WithEndpoint("tcp", (endpoint) => 12.WithEndpoint("http", e =>