Beispiel #1
0
        public RequestQueueTests()
        {
            _threading = new TestTheadingServices();
            _options   = new ThrottlingOptions
            {
                ThreadingServices = _threading
            };

            CreateRequestQueue();

            _app = env => Task.FromResult(0);
        }
Beispiel #2
0
        public RequestQueueTests()
        {
            _threading = new TestTheadingServices();
            _options = new ThrottlingOptions
            {
                ThreadingServices = _threading
            };

            CreateRequestQueue();

            _app = env => Task.FromResult(0);
        }