src\Servers\IIS\IIS\test\Common.FunctionalTests\Http2Tests.cs (6)
78await h2Connection.StartStreamAsync(1, headers, endStream: true);
115await h2Connection.StartStreamAsync(1, headers, endStream: true);
159await h2Connection.StartStreamAsync(1, headers, endStream: false);
228await h2Connection.StartStreamAsync(1, headers, endStream: false);
282await h2Connection.StartStreamAsync(1, GetHeaders("/Http2_ResponseWithData_Success"), endStream: true);
338await h2Connection.StartStreamAsync(1, GetHeaders("/AppException_BeforeResponseHeaders_500"), endStream: true);