Question:
Hello, could I confirm that the async functionality is just the sync method call wrapped in a background thread or does it take advantage of Overlapped I/O to offer true network async operations. I am using C# library, and I am primarily concerned with async ops on FTP and SFTP.
Thanks
Marshall