Class RestClient NamespaceInnova.Rest.Client AssemblyInnova.Rest.Client.dll public class RestClient : IRestClient Inheritance object RestClient Implements IRestClient Constructors RestClient(string, IHttpClientFactory) Methods GetAsync<GetType>(string, CancellationToken) PostAsync(string, CancellationToken) PostAsync<PostType>(string, PostType, CancellationToken) PostAsync<PostType, GetType>(string, PostType, CancellationToken) PutAsync<PostType, GetType>(string, PostType, CancellationToken)