Elmi
Elmi

Reputation: 6193

Initialise WinSock when using C#?

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

Answers (0)

Related Questions