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