public ReducedContentHandler(IRRConfiguration config, IHostingEnvironmentWrapper hostingEnvironment, IUriBuilder uriBuilder, IStore store)
 {
     this.config = config;
     this.hostingEnvironment = hostingEnvironment;
     this.uriBuilder = uriBuilder;
     this.store = store;
 }
 public ReducedContentHandler(IRRConfiguration config, IHostingEnvironmentWrapper hostingEnvironment, IUriBuilder uriBuilder, IStore store)
 {
     this.config             = config;
     this.hostingEnvironment = hostingEnvironment;
     this.uriBuilder         = uriBuilder;
     this.store = store;
 }
示例#3
0
 public FlushHandler(IRRConfiguration configuration, IHostingEnvironmentWrapper hostingEnvironment, IIpFilter ipFilter, IReducingQueue queue, IUriBuilder uriBuilder, IStore store)
 {
     this.configuration      = configuration;
     this.hostingEnvironment = hostingEnvironment;
     this.ipFilter           = ipFilter;
     this.queue      = queue;
     this.uriBuilder = uriBuilder;
     this.store      = store;
 }
示例#4
0
 public FlushHandler(IRRConfiguration configuration, IHostingEnvironmentWrapper hostingEnvironment, IIpFilter ipFilter, IReducingQueue queue, IUriBuilder uriBuilder, IStore store)
 {
     this.configuration = configuration;
     this.hostingEnvironment = hostingEnvironment;
     this.ipFilter = ipFilter;
     this.queue = queue;
     this.uriBuilder = uriBuilder;
     this.store = store;
 }