UseResumableUpload Property
Whether to use resumable uploads.
Syntax
[VB.NET] Public Property UseResumableUpload As Boolean
[C#] public bool UseResumableUpload {get; set;}
Remarks
This property indicates whether simple or resumable uploads are used when UploadFile is called. The default value is False and simple uploads are used. See UploadFile for details.
This property is not available at design time.
Default Value
False