1 instantiation of ContainerNetworkTunnelProxySpec
Aspire.Hosting (1)
Dcp\Model\ContainerTunnel.cs (1)
267var 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"/>) 260internal sealed class ContainerNetworkTunnelProxy : CustomResource<ContainerNetworkTunnelProxySpec, ContainerNetworkTunnelProxyStatus> 263public ContainerNetworkTunnelProxy(ContainerNetworkTunnelProxySpec spec) : base(spec) { }