G
Guest
I'm trying to find a good source for programming sockets with VB.NET. The
examples in the MSDN help do not show how to accept incoming connections and
add this connection to a local array or something similar. Basically, my
application will accept a connection, but the client, after the connection is
accepted, must authenticate; if it does not, the connection is dropped. But,
the sockets are asynchronous and there can be up to 25 different connections,
so I need to know how to differentiate between them. Any ideas on a good
book?
examples in the MSDN help do not show how to accept incoming connections and
add this connection to a local array or something similar. Basically, my
application will accept a connection, but the client, after the connection is
accepted, must authenticate; if it does not, the connection is dropped. But,
the sockets are asynchronous and there can be up to 25 different connections,
so I need to know how to differentiate between them. Any ideas on a good
book?