2 references to SendDataAsync
IISExpress.FunctionalTests (2)
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);