1 instantiation of ContainerNetworkTunnelProxySpec
Aspire.Hosting (1)
Dcp\Model\ContainerTunnel.cs (1)
267
var tp = new ContainerNetworkTunnelProxy(new
ContainerNetworkTunnelProxySpec
());
3 references to ContainerNetworkTunnelProxySpec
Aspire.Hosting (3)
Dcp\Model\ContainerTunnel.cs (3)
199
/// Can be used by clients changing tunnel configuration (<see cref="
ContainerNetworkTunnelProxySpec
.Tunnels"/>)
260
internal sealed class ContainerNetworkTunnelProxy : CustomResource<
ContainerNetworkTunnelProxySpec
, ContainerNetworkTunnelProxyStatus>
263
public ContainerNetworkTunnelProxy(
ContainerNetworkTunnelProxySpec
spec) : base(spec) { }