Question Display Info From Remote Object On Server Application

ctwilson7

New member
Joined
May 29, 2010
Messages
1
Programming Experience
10+
I am working on a client – server application using .Net remoting where I would like to display information from the remote object on the host server so I can monitor the activity of clients from there. The remote object is a class configured as a singleton and the server host is a winforms application. I would like to display each client request to the remote object in the winforms server host window. Anyone know how or if I can do this?
 
Back
Top