public UploadManager(UploadConfig configuration) { if (configuration == null) { throw new ArgumentNullException("configuration"); } this.configuration = configuration; }
public UploadManager() { this.configuration = new UploadConfig(); }