Re: Sockets

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Abert" <tull@xxxxxxxxxxxxxxxx> wrote in message
news:%238VQoegWJHA.4384@xxxxxxxxxxxxxxxxxxxxxxx
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.




.



Relevant Pages

  • [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #3]
    ... These patches together supply secure client-side RxRPC connectivity as a Linux ... kernel socket family. ... presentation side is left to the client. ... Each connection goes to a particular "service". ...
    (Linux-Kernel)
  • [PATCH 0/5] [RFC] AF_RXRPC socket family implementation
    ... These patches together supply secure client-side RxRPC connectivity as a Linux ... Make it possible for the client socket to be used to go to more than one ... Each connection goes to a particular "service". ...
    (Linux-Kernel)
  • [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #2]
    ... These patches together supply secure client-side RxRPC connectivity as a Linux ... Make it possible for the client socket to be used to go to more than one ... Each connection goes to a particular "service". ...
    (Linux-Kernel)
  • Re: How do I tell an object to free up an owned object from thta object itself?
    ... I tested running a sequence of connect/disconnect from the client ... client address for those connections that were active. ... In the ClientConnect event I create a handler object for processing ... >Socket is in fact a TServerClientWinSocket which acts as a end-connection ...
    (comp.lang.pascal.delphi.misc)
  • Re: question about class Socket
    ... run the following code, the client send a test string, but it doesn't ... // State object for receiving data from remote device. ... // Client socket. ...
    (microsoft.public.dotnet.framework)