2 implementations of SendAsync
Aspire.Hosting.Browsers.Tests (2)
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (2)
450
public async Task
SendAsync
(ReadOnlyMemory<byte> frame, CancellationToken cancellationToken)
527
public async Task
SendAsync
(ReadOnlyMemory<byte> frame, CancellationToken cancellationToken)
1 reference to SendAsync
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsCdpConnection.cs (1)
255
await _transport.
SendAsync
(payload, sendCts.Token).ConfigureAwait(false);