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