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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.