20 instantiations of EndpointName
Aspire.Hosting (20)
ApplicationModel\EndpointAnnotation.cs (4)
46
[
EndpointName
] string? name = null,
79
[
EndpointName
] string? name,
115
[
EndpointName
] string? name = null,
164
[
EndpointName
] string? name,
McpServerResourceBuilderExtensions.cs (1)
46
[
EndpointName
] string? endpointName = null)
ResourceBuilderExtensions.cs (15)
1461
public static IResourceBuilder<T> WithEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string endpointName, Action<EndpointAnnotation> callback, bool createIfNotExists = true) where T : IResourceWithEndpoints
1498
internal static IResourceBuilder<T> WithEndpointCallback<T>(this IResourceBuilder<T> builder, [
EndpointName
] string endpointName, Action<EndpointUpdateContext> callback, bool createIfNotExists = true) where T : IResourceWithEndpoints
1511
internal static IResourceBuilder<T> WithHttpEndpointCallback<T>(this IResourceBuilder<T> builder, Action<EndpointUpdateContext> callback, [
EndpointName
] string? name = null, bool createIfNotExists = true) where T : IResourceWithEndpoints
1523
internal static IResourceBuilder<T> WithHttpsEndpointCallback<T>(this IResourceBuilder<T> builder, Action<EndpointUpdateContext> callback, [
EndpointName
] string? name = null, bool createIfNotExists = true) where T : IResourceWithEndpoints
1562
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 = null, bool? isExternal = null, ProtocolType? protocol = null) where T : IResourceWithEndpoints
1639
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, ProtocolType? protocol) where T : IResourceWithEndpoints
1724
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
1749
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
1774
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 = null) where T : IResourceWithEndpoints
1797
public static IResourceBuilder<T> WithHttpEndpoint<T>(this IResourceBuilder<T> builder, int? port, int? targetPort, [
EndpointName
] string? name, string? env, bool isProxied) where T : IResourceWithEndpoints
1822
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 = null) where T : IResourceWithEndpoints
1845
public static IResourceBuilder<T> WithHttpsEndpoint<T>(this IResourceBuilder<T> builder, int? port, int? targetPort, [
EndpointName
] string? name, string? env, bool isProxied) where T : IResourceWithEndpoints
1889
public static EndpointReference GetEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string name, NetworkIdentifier contextNetworkId) where T : IResourceWithEndpoints
1906
public static EndpointReference GetEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string name) where T : IResourceWithEndpoints
3599
[
EndpointName
] string? endpointName = null,