I was wondering on how to disable the retry logic for partial upload when calling the UploadByteArray method?
Do I set the RetryCount property to 0 and also call the CancelResume() method during the exception handler events?
Thank you for any response.