4 references to SendContinuationAsync
InMemory.FunctionalTests (4)
Http2\Http2ConnectionTests.cs (2)
4870
await
SendContinuationAsync
(1, Http2ContinuationFrameFlags.END_HEADERS, trailers);
4933
await
SendContinuationAsync
(1, Http2ContinuationFrameFlags.END_HEADERS, trailers);
Http2\Http2TimeoutTests.cs (2)
267
await
SendContinuationAsync
(1, Http2ContinuationFrameFlags.NONE, new byte[0]);
284
await
SendContinuationAsync
(1, Http2ContinuationFrameFlags.NONE, new byte[0]);