2 implementations of SendAsync
Aspire.Hosting.Browsers (2)
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 (1)
BrowserLogsCdpConnection.cs (1)
255await _transport.SendAsync(payload, sendCts.Token).ConfigureAwait(false);