示例#1
0
        public Http2HttpProtocolFeatureCollectionTests()
        {
            var context = TestContextFactory.CreateHttp2StreamContext(
                serviceContext: new TestServiceContext(),
                timeoutControl: Mock.Of <ITimeoutControl>());

            var http2Stream = new TestHttp2Stream(context);

            http2Stream.Reset();
            _http2Collection = http2Stream;
        }