101 references to WithEndpoint
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
472/// The <see cref="WithEndpoint{T}(IResourceBuilder{T}, string, Action{EndpointAnnotation}, bool)"/> method allows
Aspire.Hosting.Azure.Tests (16)
AzureBicepProvisionerTests.cs (1)
37.WithEndpoint("http", e =>
AzureBicepResourceTests.cs (6)
226e.WithEndpoint("emulator", e => e.AllocatedEndpoint = new(e, "localost", 10001)); 1117.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)) 1725postgres.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1234)); 2064e.WithEndpoint("blob", e => e.AllocatedEndpoint = new(e, "localhost", 10000)); 2065e.WithEndpoint("queue", e => e.AllocatedEndpoint = new(e, "localhost", 10001)); 2066e.WithEndpoint("table", e => e.AllocatedEndpoint = new(e, "localhost", 10002));
AzureContainerAppsTests.cs (2)
2150.WithEndpoint("http", e => e.Transport = "http2") 2425.WithEndpoint("ep1", e => e.IsExternal = true);
AzureFunctionsTests.cs (2)
56.WithEndpoint("http", e => 230.WithEndpoint("https", e =>
AzurePostgresExtensionsTests.cs (2)
271c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455)); 311c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455));
AzureRedisExtensionsTests.cs (1)
152c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455));
AzureSignalREmulatorFunctionalTest.cs (1)
27e.WithEndpoint("emulator", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 10001));
AzureSqlExtensionsTests.cs (1)
152c.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 12455));
Aspire.Hosting.Containers.Tests (1)
ContainerResourceTests.cs (1)
100.WithEndpoint("ep", e =>
Aspire.Hosting.Elasticsearch.Tests (1)
AddElasticsearchTests.cs (1)
142.WithEndpoint("http", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 27020));
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.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.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)
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.Tests (6)
AddPostgresTests.cs (6)
156.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 170.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 467pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 468pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2")); 524pg1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 525pg2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2"));
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.Tests (6)
AddRedisTests.cs (6)
118.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 329redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 353redis.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 373redis1.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5001)); 374redis2.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 5002, "host2")); 524.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.Tests (2)
AddSqlServerTests.cs (2)
87.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433)); 108.WithEndpoint("tcp", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 1433))
Aspire.Hosting.Tests (39)
DistributedApplicationTests.cs (8)
839testProgram.ServiceABuilder.WithReplicas(2).WithEndpoint("http", endpoint => 858testProgram.ServiceABuilder.WithEndpoint("http", endpoint => 880.WithEndpoint("http", e => 916.WithEndpoint("http", e => 922.WithEndpoint("https", e => 983var redis = builder.AddRedis($"{testName}-redis", 1234).WithEndpoint("tcp", endpoint => 989var redisNoPort = builder.AddRedis($"{testName}-redisNoPort").WithEndpoint("tcp", endpoint => 1089var redis = builder.AddContainer($"{testName}-redis", "redis").WithEndpoint("tcp", endpoint =>
ExecutableResourceTests.cs (1)
22.WithEndpoint("ep", e =>
ExpressionResolverTests.cs (2)
81.WithEndpoint("endpoint1", e => 86.WithEndpoint("endpoint2", e =>
ProjectResourceTests.cs (9)
336.WithEndpoint("http", e => 340.WithEndpoint("https", e => 344.WithEndpoint("http2", e => 348.WithEndpoint("dontinjectme", e => 395.WithEndpoint("http", e => 425builder.WithEndpoint(q, e => 572.WithEndpoint("ep", e => 602.WithEndpoint("http", e => 608.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 (3)
45.WithEndpoint("mybinding", e => 184.WithEndpoint("primary", ep => 220.WithEndpoint("primary", ep =>
WithReferenceTests.cs (9)
23.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)); 41.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 45.WithEndpoint("myconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 66.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 70.WithEndpoint("mynonconflictingbinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 91.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 93.WithEndpoint("mybinding2", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 3000)); 113.WithEndpoint("mybinding", e => e.AllocatedEndpoint = new AllocatedEndpoint(e, "localhost", 2000)) 115.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 =>