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