28 references to SendAsync
http2cat (28)
src\Shared\Http2cat\Http2Utilities.cs (28)
401public Task SendPreambleAsync() => SendAsync(ClientPreface); 413await SendAsync(payload); 433await SendAsync(new byte[length]); 447await SendAsync(payload); 459await SendAsync(payload); 477await SendAsync(payload); 503await SendAsync(buffer.Span.Slice(0, length)); 517await SendAsync(headerBlock); 536await SendAsync(payload); 554await SendAsync(payload); 568await SendAsync(buffer.Span.Slice(0, length)); 582await SendAsync(payload); 596await SendAsync(buffer.Span.Slice(0, length)); 628await SendAsync(payload); 641return SendAsync(data.Span); 660await SendAsync(data.Span); 661await SendAsync(new byte[padLength]); 681return SendAsync(payload); 690return SendAsync(new byte[8]); // Empty payload 700return SendAsync(new byte[length]); 712return SendAsync(new byte[pingFrame.PayloadLength]); 733return SendAsync(payload); 744return SendAsync(new byte[length]); 761return SendAsync(payload); 771return SendAsync(new byte[length]); 780return SendAsync(new byte[frame.PayloadLength]); 790return SendAsync(new byte[frame.PayloadLength]); 812return SendAsync(new byte[length]);