Tagged Questions
1
vote
1answer
355 views
Test for I/O Completion Port Support
I found the following code in the code of an SMTP mail server (LumiSoft Mail Server). According to the method's name, it test whether the platform supports I/O Completion Ports.
/// <summary>
...