Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. codemechanic

    YOU GREATS OUT THERE I NEED UR HELP!!!

    I am using the system.net.socket class sockets to setup events and callbacks to monitor client connection status in a Time server. The socket class supports the following methods which I have used to setup onconnect and onreceivedata events: 1.sock.BeginAccept, 2.sock.BeginRecieve The problem...
  2. codemechanic

    How to setup a client ondisconnect event when using system.net.socket

    I am using the system.net.socket class sockets to setup events and callbacks to monitor client connection status in a Time server. The socket class supports the following methods which I have used to setup onconnect and onreceivedata events: 1.sock.BeginAccept, 2.sock.BeginRecieve The problem...
  3. codemechanic

    Can you recommend an excellent c# network programming book?

    I am currently developing a time server for a central network server. I need a good source on C# networking tools with an insight into aspects such as network performance, security and scalability.

Part and Inventory Search

Back
Top