closing of a process

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

Guest

hi
i am doing a socket program. and i m invoking a whiteboard application in
server side and at the same time it should be invoking the other end ie in
client side. i want to close the application in the client end when i close
it . how can it be possible in c#
expecting ur reply

lkr
 
Firing an event when the socket is closed is an alternative and handling
this in the client side.

Regards,
 
Hi,

You can not force the client app to close, what you can do ( if you control
the client app code ) is either define in your protocol a "shutdown"
command or code the client in such a way that when the socket connection is
closed it finish.


Cheers,
 
Back
Top