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

◆ put()

std::string Ice::ImplicitContext::put ( std::string key,
std::string value )

Creates or updates a key/value entry in the request context.

Parameters
keyThe key.
valueThe value.
Returns
The previous value associated with the key, if any.