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