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