7 references to Port
Aspire.Hosting (7)
ApplicationModel\EndpointReference.cs (2)
55EndpointProperty.Port => Binding("port"), 178EndpointProperty.Port => new(Endpoint.Port.ToString(CultureInfo.InvariantCulture)),
ApplicationModel\ExpressionResolver.cs (4)
43else if (property == EndpointProperty.Port) 67(EndpointProperty.Port, true, true) => await endpointReference.Property(EndpointProperty.TargetPort).GetValueAsync(cancellationToken).ConfigureAwait(false), 73await EvalEndpointAsync(endpointReference, EndpointProperty.Port).ConfigureAwait(false)), 76await EvalEndpointAsync(endpointReference, EndpointProperty.Port).ConfigureAwait(false)),
ProjectResourceBuilderExtensions.cs (1)
757context.EnvironmentVariables["ASPNETCORE_HTTPS_PORT"] = e.Property(EndpointProperty.Port);