8 instantiations of EndpointName
Aspire.Hosting (8)
ApplicationModel\EndpointAnnotation.cs (1)
34
public EndpointAnnotation(ProtocolType protocol, string? uriScheme = null, string? transport = null, [
EndpointName
] string? name = null, int? port = null, int? targetPort = null, bool? isExternal = null, bool isProxied = true)
ResourceBuilderExtensions.cs (7)
507
public static IResourceBuilder<T> WithEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string endpointName, Action<EndpointAnnotation> callback, bool createIfNotExists = true) where T : IResourceWithEndpoints
554
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
603
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
621
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
641
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
682
public static EndpointReference GetEndpoint<T>(this IResourceBuilder<T> builder, [
EndpointName
] string name) where T : IResourceWithEndpoints
1531
[
EndpointName
] string? endpointName = null,