I have a .net Remoting application. I would like to do some tracking when connections are made. Is there a way to interrogate connections being made to my remote object?
I have a singleton object, running as a service. Basically when a ui connects I want to report back the state, and any pending messages. So by looking at the connections I can keep a ptr to the next group of messages based on the
client that connected.
Any insight into this would be a big help.
Thanks
View Complete Post