Checks if the specified key has an associated value in the request context.
The key.
true if the key has an associated value, false otherwise.
Gets the value associated with the specified key in the request context.
The key.
The value associated with the key, or the empty string if the key is not set.
Gets a copy of the request context maintained by this object.
A copy of the request context.
Creates or updates a key/value entry in the request context.
The key.
The value.
The previous value associated with the key, or the empty string if the key was not set.
Removes the entry for the specified key in the request context.
The key.
The value the key had, or the empty string if the key was not set.
Represents the request context associated with a communicator. When you make a remote invocation without an explicit request context parameter, Ice uses the per-proxy request context (if any) combined with the
ImplicitContextassociated with your communicator. The propertyIce.ImplicitContextcontrols if your communicator has an associated implicit context.