|
I am trying to implement an async FTP client and a tried the following. It seems to work well with the exception of FTPS connections. As I was revieing my issue with FTPS i found the Rebex.Net.FtpOptions.TimeoutAsynchronousMethods enum. How does this work? What happens when the async method times out? How can i handle the timeout? Also If i want multiple options can i just bitwise & them together like the following:
|
|
By default, asynchronous operations started by methods (such as When an asynchronous method times out, an Please note that the You can specify multiple options, but you have to use bitwise | instead of &:
Using the |