std::optional< Prx > Ice::checkedCast | ( | const ObjectPrx & | proxy, |
std::string | facet, | ||
const Context & | context = noExplicitContext ) |
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
proxy | The source proxy. |
facet | A facet name. |
context | The request context. |
Definition at line 126 of file ProxyFunctions.h.