3 references to TunnelState
Aspire.Hosting (2)
Dcp\Model\ContainerTunnel.cs (2)
117/// Current state of the tunnel. <seealso cref="TunnelState"/> 120public string State { get; set; } = TunnelState.Empty;
Aspire.Hosting.Tests (1)
Dcp\TestKubernetesService.cs (1)
453State = TunnelState.Ready,