Implemented interface member:
method
AttachToTargetAsync
Aspire.Hosting.IBrowserLogsCdpConnection.AttachToTargetAsync(System.String, System.Threading.CancellationToken)
1 reference to AttachToTargetAsync
Aspire.Hosting.Browsers.Tests (1)
BrowserLogsCdpConnectionTests.cs (1)
54
var attachToTargetTask = connection.
AttachToTargetAsync
("target-1", CancellationToken.None);