src\Servers\IIS\IIS\test\Common.FunctionalTests\Http2Tests.cs (6)
79await h2Connection.StartStreamAsync(1, headers, endStream: true);
116await h2Connection.StartStreamAsync(1, headers, endStream: true);
160await h2Connection.StartStreamAsync(1, headers, endStream: false);
229await h2Connection.StartStreamAsync(1, headers, endStream: false);
283await h2Connection.StartStreamAsync(1, GetHeaders("/Http2_ResponseWithData_Success"), endStream: true);
339await h2Connection.StartStreamAsync(1, GetHeaders("/AppException_BeforeResponseHeaders_500"), endStream: true);