Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ ice_connectionId()

template<typename Prx, typename... Bases>
Prx Ice::Proxy< Prx, Bases >::ice_connectionId ( std::string id) const
inlinenodiscard

Creates a proxy that is identical to this proxy, except for its connection ID.

Parameters
idThe connection ID for the new proxy. An empty string removes the connection ID.
Returns
A proxy with the specified connection ID.

Definition at line 97 of file Proxy.h.