4 references to SendDataAsync
IIS.FunctionalTests (4)
Http2TrailersResetTests.cs (2)
412
await h2Connection.
SendDataAsync
(1, new byte[10], endStream: false);
466
await h2Connection.
SendDataAsync
(1, new byte[10], endStream: false);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Http2Tests.cs (2)
162
await h2Connection.
SendDataAsync
(1, Encoding.UTF8.GetBytes("Hello World"), endStream: true);
231
await h2Connection.
SendDataAsync
(1, Encoding.UTF8.GetBytes("Hello World"), endStream: true);