Sockets

A

Abert

Hi all.

I'm sure similar, if not identical, has been asked about this before, but
I'm a little new to sockets in .net.

I basically need a really simple example of Server Client socket comms, but
must be multi client.

All the samples I've found so far are single client only, or simply don't
work! If anyone has a working link or just some 'get started' code that
would be great!

Cheers.
 
E

expvb

Abert said:
Hi all.

I'm sure similar, if not identical, has been asked about this before, but
I'm a little new to sockets in .net.

I basically need a really simple example of Server Client socket comms,
but must be multi client.

All the samples I've found so far are single client only, or simply don't
work! If anyone has a working link or just some 'get started' code that
would be great!

For some reason MSDN Code Gallery doesn't seem to have good Winsock
examples. Try this site instead:

http://www.planet-source-code.com

They have 61 samples in VB.Net and C# when searching for the word "socket".
The site would ask you to register after viewing 10 search results, unless
you disable the cookies for that site.
 
A

Abert

Yes, loads of examples of sockets, but I'm yet to find any reliable
server/multi client inteligence.
??
 
M

Michel Posseth [MCP]

but I'm yet to find any reliable server/multi client inteligence.


Does Remoting or Windows Comunication Foundation ring anny bell ??


Regards


Michel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top