2 references to SendDataWithPaddingAsync
InMemory.FunctionalTests (2)
Http2\Http2ConnectionTests.cs (2)
1252
await
SendDataWithPaddingAsync
(1, _helloWorldBytes, padLength, endStream: true);
1296
await
SendDataWithPaddingAsync
(1, maxDataMinusPadding, padLength, endStream: false);