Archived

This forum has been archived. Please start a new discussion on GitHub.

Getting a description of proxy

If I have a proxy can I somehow det a stringified description of the endpoint(s) it is pointing to ?

Comments

  • marc
    marc Florida
    Of course, just use Communicator::proxyToString(). Please see the Ice manual for further information.
  • Thanks. I was looking at the operations on the proxy iteself, so I missed it.