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