9 references to WithUrlForEndpoint
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
921/// To customize the URL that is automatically added for an endpoint, use <see cref="WithUrlForEndpoint{T}(IResourceBuilder{T}, string, Action{ResourceUrlAnnotation})"/>.
Aspire.Hosting.Qdrant (2)
QdrantBuilderExtensions.cs (2)
90.WithUrlForEndpoint(QdrantServerResource.PrimaryEndpointName, c => 96.WithUrlForEndpoint(QdrantServerResource.HttpEndpointName, c => c.DisplayText = "Qdrant (HTTP)")
Aspire.Hosting.Tests (4)
WithUrlsTests.cs (4)
265.WithUrlForEndpoint("test", u => 299.WithUrlForEndpoint("http", u => u.Url = "https://example.com"); 473.WithUrlForEndpoint("non-existant", u => 531.WithUrlForEndpoint("test", url =>
TestShop.AppHost (2)
Program.cs (2)
10resource.WithUrlForEndpoint("http", u => u.DisplayText = "PG Admin"); 72.WithUrlForEndpoint("http", url => url.DisplayLocation = UrlDisplayLocation.DetailsOnly)