Problem in passing message betwin client server.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, I am developing a n application with asp.net 2.0 for provide our companys' customer. in home page there is one link like click here to live chat with admin. when user click on that link at that time it open new window and start the server and then client made a connection with the server with .connect method of tcpclient class. Its good and working file now i want to notify the server when client connect with the server, So server can accept the listner from client so, how can i come to know that some body has made a connection or connected with the server. I want to pass message from client to server and server to client.