Do the SocketTools .NET Edition components support multi-threading?
Yes, the SocketTools .NET components are thread-safe and can be safely used in a multi-threaded application. In fact, we recommend that most applications use a multi-threaded design with worker threads performing activities such as downloading or uploading files, processing e-mail messages and so on. This allows the main UI thread to remain responsive to the user while the SocketTools components perform their work in the background.