Exemple #1
0
 public BlobProviderBase()
 {
     this.UntrustedData = false;
     this.RequireImageExtension = true;
     this.LazyExistenceCheck = true;
     this.CacheUnmodifiedFiles = false;
     this.ExposeAsVpp = true;
     this.CheckForModifiedFiles = false;
     this.CacheMetadata = true;
     MetadataCache = new StandardMetadataCache();
 }
Exemple #2
0
 public BlobProviderBase()
 {
     this.UntrustedData         = false;
     this.RequireImageExtension = true;
     this.LazyExistenceCheck    = true;
     this.CacheUnmodifiedFiles  = false;
     this.ExposeAsVpp           = true;
     this.CheckForModifiedFiles = false;
     this.CacheMetadata         = true;
     MetadataCache = new StandardMetadataCache();
 }