87 references to WithEndpoint
Aspire.Hosting.Azure.Tests (7)
AzureBicepProvisionerTests.cs (1)
37.WithEndpoint("http", e =>
AzureBicepResourceTests.cs (6)
201e.WithEndpoint("emulator", e => e.AllocatedEndpoint = new(e, "localost", 10001)); 808.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)) 1492postgres.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1234)); 1814e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 1815e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 1816e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
Aspire.Hosting.Containers.Tests (1)
ContainerResourceTests.cs (1)
60.WithEndpoint("ep", e =>
Aspire.Hosting.Dapr.Tests (3)
DaprTests.cs (3)
27.WithEndpoint("http", e => 109.WithEndpoint("http", e => 115.WithEndpoint("https", e =>
Aspire.Hosting.Elasticsearch.Tests (1)
AddElasticsearchTests.cs (1)
143.WithEndpoint("http", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27020));
Aspire.Hosting.Garnet.Tests (1)
AddGarnetTests.cs (1)
75.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
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)
98.WithEndpoint(MilvusServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Milvus.Tests (2)
AddMilvusTests.cs (2)
87.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", MilvusPortGrpc)); 104.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", MilvusPortGrpc));
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.Tests (5)
AddMySqlTests.cs (5)
118.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 136.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 241mysql.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 275mysql1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 276mysql2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host3"));
Aspire.Hosting.Oracle.Tests (2)
AddOracleTests.cs (2)
117.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 136.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000))
Aspire.Hosting.PostgreSQL.Tests (6)
AddPostgresTests.cs (6)
157.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 171.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 459pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 460pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2")); 503pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 504pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2"));
Aspire.Hosting.Qdrant (1)
QdrantBuilderExtensions.cs (1)
49.WithEndpoint(QdrantServerResource.PrimaryEndpointName, endpoint =>
Aspire.Hosting.Qdrant.Tests (3)
AddQdrantTests.cs (3)
159.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6334)); 176.WithEndpoint("grpc", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6334)) 177.WithEndpoint("http", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 6333));
Aspire.Hosting.RabbitMQ.Tests (1)
AddRabbitMQTests.cs (1)
100.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27011));
Aspire.Hosting.Redis.Tests (4)
AddRedisTests.cs (4)
84.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 214redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 237redis1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 238redis2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2"));
Aspire.Hosting.SqlServer.Tests (2)
AddSqlServerTests.cs (2)
88.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433)); 110.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433))
Aspire.Hosting.Tests (37)
DistributedApplicationTests.cs (8)
605testProgram.ServiceABuilder.WithReplicas(2).WithEndpoint("http", endpoint => 623testProgram.ServiceABuilder.WithEndpoint("http", endpoint => 644.WithEndpoint("http", e => 676.WithEndpoint("http", e => 682.WithEndpoint("https", e => 741var redis = builder.AddRedis("redis", 1234).WithEndpoint("tcp", endpoint => 747var redisNoPort = builder.AddRedis("redisNoPort").WithEndpoint("tcp", endpoint => 794var redis = builder.AddContainer("dummyRedis", "redis").WithEndpoint("tcp", endpoint =>
ExecutableResourceTests.cs (1)
21.WithEndpoint("ep", e =>
ProjectResourceTests.cs (9)
335.WithEndpoint("http", e => 339.WithEndpoint("https", e => 343.WithEndpoint("http2", e => 347.WithEndpoint("dontinjectme", e => 394.WithEndpoint("http", e => 424builder.WithEndpoint(q, e => 571.WithEndpoint("ep", e => 601.WithEndpoint("http", e => 607.WithEndpoint("https", e =>
WithEndpointTests.cs (7)
23.WithEndpoint("mybinding", endpoint => 39.WithEndpoint("mybinding", endpoint => 74.WithEndpoint("mybinding", endpoint => 111.WithEndpoint("mybinding", endpoint => 129.WithEndpoint("mybinding", endpoint => 145var projectA = builder.AddProject<ProjectA>("projecta").WithEndpoint("mybinding", endpoint => 230.WithEndpoint("ep", e =>
WithEnvironmentTests.cs (3)
44.WithEndpoint("mybinding", e => 183.WithEndpoint("primary", ep => 219.WithEndpoint("primary", ep =>
WithReferenceTests.cs (9)
22.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 40.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 44.WithEndpoint("myconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 65.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 69.WithEndpoint("mynonconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 90.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 92.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 112.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 114.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000));
Aspire.Hosting.Valkey.Tests (1)
AddValkeyTests.cs (1)
75.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000));
ProxylessEndToEnd.AppHost (2)
Program.cs (2)
6var redis = builder.AddRedis("redis", 9999).WithEndpoint("tcp", (endpoint) => 12.WithEndpoint("http", e =>
TestingAppHost1.AppHost (2)
Program.cs (2)
10.WithEndpoint("http", ea => ea.IsProxied = false) 11.WithEndpoint("https", ea => ea.IsProxied = false)