Initialise WinSock when using C#?

378 Views Asked by At

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!

0

There are 0 best solutions below