Example #1
0
 public AppStart(IApplicationLifetime appLifetime, TelemetryClient telemetry, CachedWebRootFileProvider cachedWebRoot)
 {
     _appLifetime   = appLifetime;
     _telemetry     = telemetry;
     _cachedWebRoot = cachedWebRoot;
 }
Example #2
0
 public StaticFileOptionsSetup(CachedWebRootFileProvider cachedWebRoot)
 {
     _cachedWebRoot = cachedWebRoot;
 }