NuGet.Services.Metadata.Catalog.Persistence.FileStorage.FileStorage C# (CSharp) Method

FileStorage() public method

public FileStorage ( string baseAddress, string path ) : System
baseAddress string
path string
return System
        public FileStorage(string baseAddress, string path) 
            : this(new Uri(baseAddress), path) { }

Same methods

FileStorage::FileStorage ( Uri baseAddress, string path ) : System