Property 'WinSCP.TransferOptions.ResumeSupport' lacks setter
Attempting to use the C# dll to incorporate winscp into an App. According to the documentation, we can configure transfer options by creating a TransferOptions class and setting its ResumeSupport property. However, the error below is what happens when you try that -
Error: Property or indexer 'WinSCP.TransferOptions.ResumeSupport' cannot be assigned to -- it is read only
Examining the class via the object browser reveals that indeed the property doesn't have a setter. (screenshot attached)
I'm using dll version number 1.1.5.4214 and runtime version v2.0.50727
Is this a bug or is it intentional?
Error: Property or indexer 'WinSCP.TransferOptions.ResumeSupport' cannot be assigned to -- it is read only
Examining the class via the object browser reveals that indeed the property doesn't have a setter. (screenshot attached)
I'm using dll version number 1.1.5.4214 and runtime version v2.0.50727
Is this a bug or is it intentional?