Interface IRestClientContext
Provides access to the RestClient associated with the handled command or interaction.
public interface IRestClientContext : IContext
Properties
Client
The RestClient associated with the handled command or interaction.
RestClient Client { get; }