6 references to PortUri
Aspire.Hosting.DevTunnels (6)
DevTunnelHealthCheck.cs (1)
39
if (portStatus?.
PortUri
is null)
DevTunnelPortHealthCheck.cs (1)
33
if (portStatus?.
PortUri
is null)
DevTunnelResourceBuilderExtensions.cs (4)
544
if (portResource.LastKnownStatus?.
PortUri
is { } portUri)
586
if (tunnelStatus?.HostConnections is 0 or null || tunnelPortStatus?.
PortUri
is null)
606
portResource.TunnelEndpointAnnotation.AllocatedEndpoint = new(portResource.TunnelEndpointAnnotation, tunnelPortStatus.
PortUri
.Host, 443 /* Always 443 for public tunnel endpoint */);
633
portLogger.LogInformation("Forwarding from {PortUrl} to {TargetUrl} ({TargetResourceName}/{TargetEndpointName})", tunnelPortStatus.
PortUri
.ToString().TrimEnd('/'), portResource.TargetEndpoint.Url, portResource.TargetEndpoint.Resource.Name, portResource.TargetEndpoint.EndpointName);