21 references to _endpointAnnotation
Aspire.Hosting (21)
ApplicationModel\EndpointUpdateContext.cs (21)
19public string Name => _endpointAnnotation.Name; 26get => _endpointAnnotation.Protocol; 27set => _endpointAnnotation.Protocol = value; 35get => _endpointAnnotation.Port; 36set => _endpointAnnotation.Port = value; 44get => _endpointAnnotation.TargetPort; 45set => _endpointAnnotation.TargetPort = value; 53get => _endpointAnnotation.UriScheme; 54set => _endpointAnnotation.UriScheme = value; 62get => _endpointAnnotation.TargetHost; 63set => _endpointAnnotation.TargetHost = value; 71get => _endpointAnnotation.Transport; 72set => _endpointAnnotation.Transport = value; 80get => _endpointAnnotation.IsExternal; 81set => _endpointAnnotation.IsExternal = value; 89get => _endpointAnnotation.IsExplicitlyProxied; 90set => _endpointAnnotation.IsExplicitlyProxied = value; 98get => _endpointAnnotation.ExcludeReferenceEndpoint; 99set => _endpointAnnotation.ExcludeReferenceEndpoint = value; 107get => _endpointAnnotation.TlsEnabled; 108set => _endpointAnnotation.TlsEnabled = value;