28 references to SendAsync
http2cat (28)
src\Shared\Http2cat\Http2Utilities.cs (28)
408public Task SendPreambleAsync() => SendAsync(ClientPreface); 420await SendAsync(payload); 440await SendAsync(new byte[length]); 454await SendAsync(payload); 466await SendAsync(payload); 484await SendAsync(payload); 510await SendAsync(buffer.Span.Slice(0, length)); 524await SendAsync(headerBlock); 543await SendAsync(payload); 561await SendAsync(payload); 575await SendAsync(buffer.Span.Slice(0, length)); 589await SendAsync(payload); 603await SendAsync(buffer.Span.Slice(0, length)); 635await SendAsync(payload); 648return SendAsync(data.Span); 667await SendAsync(data.Span); 668await SendAsync(new byte[padLength]); 688return SendAsync(payload); 697return SendAsync(new byte[8]); // Empty payload 707return SendAsync(new byte[length]); 719return SendAsync(new byte[pingFrame.PayloadLength]); 740return SendAsync(payload); 751return SendAsync(new byte[length]); 768return SendAsync(payload); 778return SendAsync(new byte[length]); 787return SendAsync(new byte[frame.PayloadLength]); 797return SendAsync(new byte[frame.PayloadLength]); 819return SendAsync(new byte[length]);