6 references to Port
Aspire.Hosting (6)
ApplicationModel\EndpointReference.cs (2)
55EndpointProperty.Port => "port", 177EndpointProperty.Port => new(Endpoint.Port.ToString(CultureInfo.InvariantCulture)),
ApplicationModel\ExpressionResolver.cs (3)
43else if (property == EndpointProperty.Port) 69(EndpointProperty.Port, true, true) => await endpointReference.Property(EndpointProperty.TargetPort).GetValueAsync(cancellationToken).ConfigureAwait(false), 75await EvalEndpointAsync(endpointReference, EndpointProperty.Port).ConfigureAwait(false)),
ProjectResourceBuilderExtensions.cs (1)
671context.EnvironmentVariables["ASPNETCORE_HTTPS_PORT"] = e.Property(EndpointProperty.Port);