System.Net.Socket.Socket

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I try to write a server/client application using Asynchronous socket.
I want to know how I can send file.
I'm new in socket programming, If you please write me a sample code, or tell
me a good source for learning network programming using sockets.
Thanks in advance
 
Book "C# Networking Programming" (Sybex), by Richard Blum. It helped me a
lot with the my current project involving sockets.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
Back
Top