Socket implementation
-
Hello there, i need to make a client/server application. the server has to keep listening ( while(true).. ) for a client message. the client send to the server a request (for a file) and the server will send the file to the client. How can i do this? link, suggestions all welcome :) Thanks in advance Enrico
VentoEngine corp. Program your life ^^
-
Hello there, i need to make a client/server application. the server has to keep listening ( while(true).. ) for a client message. the client send to the server a request (for a file) and the server will send the file to the client. How can i do this? link, suggestions all welcome :) Thanks in advance Enrico
VentoEngine corp. Program your life ^^
Take a look at the
System.Net.Sockets
namespace.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook