Reputation: 6193
I have a problem with a C#-application that makes use of a DLL which itself opens a TCP/IP connection. My problem: this DLL does not work when called from C#.
I know from other application a function WSAStartup()
has to be called to initialize Winsock.
Is something similar necessary for C#?
Thanks!
Upvotes: 0
Views: 385