Ejemplo n.º 1
0
 public AppStart(IApplicationLifetime appLifetime, TelemetryClient telemetry, CachedWebRootFileProvider cachedWebRoot)
 {
     _appLifetime   = appLifetime;
     _telemetry     = telemetry;
     _cachedWebRoot = cachedWebRoot;
 }
Ejemplo n.º 2
0
 public StaticFileOptionsSetup(CachedWebRootFileProvider cachedWebRoot)
 {
     _cachedWebRoot = cachedWebRoot;
 }