Implemented interface member:
method
CreateTunnelAsync
Aspire.Hosting.DevTunnels.IDevTunnelClient.CreateTunnelAsync(System.String, Aspire.Hosting.DevTunnels.DevTunnelOptions, Microsoft.Extensions.Logging.ILogger, System.Threading.CancellationToken)
2 references to CreateTunnelAsync
Aspire.Hosting.DevTunnels.Tests (2)
DevTunnelCliClientTests.cs (1)
34() => client.CreateTunnelAsync("ghost", options));
DevTunnelExpirationTests.cs (1)
169var tunnel = await client.CreateTunnelAsync("mytunnel", options);