Interface IRequestContextFeature
Represents a feature that holds a IDictionary<TKey, TValue> of strings. This feature can be transmitted as a Context field with both ice and icerpc.
public interface IRequestContextFeature
Properties
Value
Gets the value of this feature.
IDictionary<string, string> Value { get; }
Property Value
- IDictionary<string, string>
The request context.