Forum: C# Sep 10th, 2008 |
| Replies: 5 Views: 3,148 It's OK about connectionless.
Here's the problem.
Right now i'm able to send data from client to server via client side. Using OnSend(IAsyncResult ar) on Client Side and OnReceive(IAsyncResult... |
Forum: C# Sep 10th, 2008 |
| Replies: 5 Views: 3,148 Hi.. It's Me the Thread Starter.
First of All, I'm sorry about my Mistype subject. It should be UDP connection not TCP connection. It's my stupid fault :'(
Anyway, Here's my Code that i have... |
Forum: C# Sep 10th, 2008 |
| Replies: 5 Views: 3,148 I have mini project about client-server connection and i'm using TCP Socket to do a connection. The server wants to know if a client has a 'notepad.exe' application running on the client machine.
... |