/// <summary> /// Initializes a new instance of the <see cref="UploadAsyncSettings" /> class. /// </summary> public UploadAsyncSettings(Upload uploadComponent) { upload = uploadComponent; Save = new RequestSettings(); Remove = new RequestSettings(); }