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