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 no value is associated with the key.
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, if any.
Removes the entry for the specified key in the request context.
The key.
The value associated with the key, if any.
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.