c# socket library

  • Thread starter Thread starter Matias Woloski
  • Start date Start date
M

Matias Woloski

do you know of a good open source async (if possible) socket library in c#?

thanks,
Matias
 
Yes I know .net has a full blown async socket library. Probably I expressed
myself incorreclty.

I am looking for a set of classes to exchange resources (files) among two or
more clients. Something like:
client A get file B from client C and D (like DownloadAcelerator).
And I want this very performant with async sockets.

I will have to build this, but if there is something done it's welcome :)

thanks,
Matias
 
Back
Top