RestClient Class

Public Class RestClient 
Inherits HttpClient
This language is not supported or no code example is available.
public class RestClient : HttpClient
This language is not supported or no code example is available.
public ref class RestClient : public HttpClient^
This language is not supported or no code example is available.
public class RestClient 
extends HttpClient
This language is not supported or no code example is available.
Name Description
Public constructor RestClient()
Top
Name Description
Public property BaseAddress (inherited from HttpClient).
Public property DefaultRequestHeaders (inherited from HttpClient).
Public property MaxResponseContentBufferSize (inherited from HttpClient).
Public property Timeout (inherited from HttpClient).
Top
Methods
 
Name Description
Public method CancelPendingRequests (inherited from HttpClient).
Public method DeleteAsync(String, CancellationToken) (inherited from HttpClient).
Public method DeleteAsync(Uri, CancellationToken) (inherited from HttpClient).
Public method DeleteAsync(String) (inherited from HttpClient).
Public method DeleteAsync(Uri) (inherited from HttpClient).
Public method Dispose (inherited from HttpMessageInvoker).
Protected method Dispose(Boolean) (inherited from HttpClient).
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetAsync(String) (inherited from HttpClient).
Public method GetAsync(Uri, HttpCompletionOption, CancellationToken) (inherited from HttpClient).
Public method GetAsync(String, CancellationToken) (inherited from HttpClient).
Public method GetAsync(Uri, HttpCompletionOption) (inherited from HttpClient).
Public method GetAsync(String, HttpCompletionOption) (inherited from HttpClient).
Public method GetAsync(Uri) (inherited from HttpClient).
Public method GetAsync(String, HttpCompletionOption, CancellationToken) (inherited from HttpClient).
Public method GetAsync(Uri, CancellationToken) (inherited from HttpClient).
Public method GetAsync<T, TOrderBy>(string, Dictionary<StringString>, Func<TString>, Func<TTOrderBy>)
Public method GetAsync<T>(string, Dictionary<StringString>)
Public method GetByteArrayAsync(String) (inherited from HttpClient).
Public method GetByteArrayAsync(Uri) (inherited from HttpClient).
Public method GetHashCode (inherited from Object).
Public method GetStreamAsync(String) (inherited from HttpClient).
Public method GetStreamAsync(Uri) (inherited from HttpClient).
Public method GetStringAsync(String) (inherited from HttpClient).
Public method GetStringAsync(Uri) (inherited from HttpClient).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method PostAsync(String, HttpContent, CancellationToken) (inherited from HttpClient).
Public method PostAsync(String, HttpContent) (inherited from HttpClient).
Public method PostAsync(Uri, HttpContent) (inherited from HttpClient).
Public method PostAsync(Uri, HttpContent, CancellationToken) (inherited from HttpClient).
Public method PostAsync<T>(string, string, Dictionary<StringString>)
Public method PutAsync(String, HttpContent, CancellationToken) (inherited from HttpClient).
Public method PutAsync(Uri, HttpContent) (inherited from HttpClient).
Public method PutAsync(String, HttpContent) (inherited from HttpClient).
Public method PutAsync(Uri, HttpContent, CancellationToken) (inherited from HttpClient).
Public method SendAsync(HttpRequestMessage, HttpCompletionOption) (inherited from HttpClient).
Public method SendAsync(HttpRequestMessage, HttpCompletionOption, CancellationToken) (inherited from HttpClient).
Public method SendAsync(HttpRequestMessage) (inherited from HttpClient).
Public method SendAsync(HttpRequestMessage, CancellationToken) (inherited from HttpClient).
Public method SetBaseUri(string)
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition