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