Sockets

Jay1b

Contributor
Joined
Aug 3, 2003
Messages
640
Location
Kent, Uk.
I need to use Sockets for the first time, but i dont really know how to use them. Does anybody know a quick simple way to learn them? ie: is there a good tutorial site with an article on it. Or does someone have a good example program they dont mind sharing?

Any help would be greats thanks

Jay.
 
Socket Library

I wrote a Socket library in .NET 2.0 (for my jabber client, i m currently writing) which contains custom TCP Client class to send & recieve data sync or async using Event based pattern, although not fully completed you can use it if you want to connect to server, send & receive data. if you want the code, reply with your email id

Thnxs


Jay1b said:
I need to use Sockets for the first time, but i dont really know how to use them. Does anybody know a quick simple way to learn them? ie: is there a good tutorial site with an article on it. Or does someone have a good example program they dont mind sharing?

Any help would be greats thanks

Jay.
 
Back
Top