how to get endpoints from an indirect proxy?

in Help Center
hello experts,
I have an indirect proxy, which I use, e.g. ice_ping(). It gets resolved through the IceGridRegistry and everything works.
I can see which endpoint was used if I turn Ice.Trace.Network. Is it possible at this point to get the resolved endpoint programmatically? I'd like to display them for debugging purposes.
I was hoping I could just ask my proxy but I guess it doesn't store it. Do I have to talk to IceGridRegistry myself and do what Ice runtime does internally?
thanks, alex
I have an indirect proxy, which I use, e.g. ice_ping(). It gets resolved through the IceGridRegistry and everything works.
I can see which endpoint was used if I turn Ice.Trace.Network. Is it possible at this point to get the resolved endpoint programmatically? I'd like to display them for debugging purposes.
I was hoping I could just ask my proxy but I guess it doesn't store it. Do I have to talk to IceGridRegistry myself and do what Ice runtime does internally?
thanks, alex
0
Comments
it works. Too easy!
cheers, alex