Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Arul S.

Re: Please ignore - Found answer

Refresh wrote:

TransferOptions.ResumeSupport.State = TransferResumeSupportState.Off; :oops:


After a long research i found this,

TransferOptions.ResumeSupport.State = 2;
Refresh

Please ignore - Found answer

TransferOptions.ResumeSupport.State = TransferResumeSupportState.Off; :oops:
Refresh

TransferOptions.ResumeSupport is read-only

Hi,

I'm trying to use the new ResumeSupport transfer option in the .NET library.

But the field seems to be read-only. I get a "error CS0200: Property or indexer 'ResumeSupport' cannot be assigned to -- it is read only" when trying to do:

TransferOptions transferOptions = new TransferOptions() { TransferMode = TransferMode.Automatic, ResumeSupport = TransferResumeSupportState.Off };

I'm on the 5.2.1 beta (dll version 1.1.1.3231).