internal AspNetRequestScopeStorageProvider( HttpContextBase httpContext, Func <bool> appStartExecuted ) { _httpContext = httpContext; _appStartExecuted = appStartExecuted; ApplicationScope = new ApplicationScopeStorageDictionary(); }
internal AspNetRequestScopeStorageProvider(HttpContextBase httpContext, Func<bool> appStartExecuted) { _httpContext = httpContext; _appStartExecuted = appStartExecuted; ApplicationScope = new ApplicationScopeStorageDictionary(); }