11 instantiations of EndpointName
Aspire.Hosting (11)
ApplicationModel\EndpointAnnotation.cs (2)
43
[
EndpointName
] string? name = null,
79
[
EndpointName
] string? name = null,
McpServerResourceBuilderExtensions.cs (1)
45
[
EndpointName
] string? endpointName = null)
ResourceBuilderExtensions.cs (8)
1039
public static IResourceBuilder<T> WithEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string endpointName, Action<EndpointAnnotation> callback, bool createIfNotExists = true) where T : IResourceWithEndpoints
1090
public static IResourceBuilder<T> WithEndpoint<T>(this IResourceBuilder<T> builder, int? port = null, int? targetPort = null, string? scheme = null, [
EndpointName
] string? name = null, string? env = null, bool isProxied = true, bool? isExternal = null, ProtocolType? protocol = null) where T : IResourceWithEndpoints
1146
public static IResourceBuilder<T> WithEndpoint<T>(this IResourceBuilder<T> builder, int? port, int? targetPort, string? scheme, [
EndpointName
] string? name, string? env, bool isProxied, bool? isExternal) where T : IResourceWithEndpoints
1165
public static IResourceBuilder<T> WithHttpEndpoint<T>(this IResourceBuilder<T> builder, int? port = null, int? targetPort = null, [
EndpointName
] string? name = null, string? env = null, bool isProxied = true) where T : IResourceWithEndpoints
1186
public static IResourceBuilder<T> WithHttpsEndpoint<T>(this IResourceBuilder<T> builder, int? port = null, int? targetPort = null, [
EndpointName
] string? name = null, string? env = null, bool isProxied = true) where T : IResourceWithEndpoints
1231
public static EndpointReference GetEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string name, NetworkIdentifier contextNetworkID) where T : IResourceWithEndpoints
1247
public static EndpointReference GetEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string name) where T : IResourceWithEndpoints
2353
[
EndpointName
] string? endpointName = null,