9 references to GetEndpoint
Aspire.Hosting (8)
ApplicationModel\HostUrl.cs (1)
73
return r.
GetEndpoint
(ep.EndpointName, networkContext);
ApplicationModel\ResourceUrlsCallbackContext.cs (1)
45
IResourceWithEndpoints resourceWithEndpoints => resourceWithEndpoints.
GetEndpoint
(name, contextNetworkID),
Dashboard\DashboardEventHandlers.cs (5)
686
var otlpGrpc = dashboardResource.
GetEndpoint
(KnownEndpointNames.OtlpGrpcEndpointName, KnownNetworkIdentifiers.LocalhostNetwork);
692
var otlpHttp = dashboardResource.
GetEndpoint
(KnownEndpointNames.OtlpHttpEndpointName, KnownNetworkIdentifiers.LocalhostNetwork);
698
var mcp = dashboardResource.
GetEndpoint
(McpEndpointName, KnownNetworkIdentifiers.LocalhostNetwork);
702
mcp = dashboardResource.
GetEndpoint
("https", KnownNetworkIdentifiers.LocalhostNetwork);
705
mcp = dashboardResource.
GetEndpoint
("http", KnownNetworkIdentifiers.LocalhostNetwork);
ResourceBuilderExtensions.cs (1)
1235
return builder.Resource.
GetEndpoint
(name, contextNetworkID);
Aspire.Hosting.Testing (1)
DistributedApplicationHostingTestingExtensions.cs (1)
181
var reference = resourceWithEndpoints.
GetEndpoint
(endpointName, networkIdentifier ?? KnownNetworkIdentifiers.LocalhostNetwork);