Archived Forum Post

Index of archived forum posts

Question:

Async operations support Overlapped I/O

Sep 03 '15 at 13:44

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