| Name | Description |
---|
  | DeleteAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a DELETE request to a string URI.
|
  | DeleteAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a DELETE request to a Uri.
|
  | DeleteSafeAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a DELETE request to a string URI ensuring that the operation succeeded.
|
  | DeleteSafeAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a DELETE request to a Uri ensuring that the operation succeeded.
|
  | GetAsync(HttpClient, String, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a GET request to a specified Uri.
|
  | GetAsync(HttpClient, Uri, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a GET request to the specified string URI.
|
  | GetByteArrayAsync(HttpClient, String, ArgDictionary, LogActivity) |
Sends a GET to a specified string URI and returns the response body as a byte array.
|
  | GetByteArrayAsync(HttpClient, Uri, ArgDictionary, LogActivity) |
Sends a GET to a specified Uri and returns the response body as a byte array.
|
  | GetByteArraySafeAsync(HttpClient, String, ArgDictionary, LogActivity) |
Sends a GET to a specified string URI and returns the response body as a byte array ensuring that the operation succeeded.
|
  | GetByteArraySafeAsync(HttpClient, Uri, ArgDictionary, LogActivity) |
Sends a GET to a specified Uri and returns the response body as a byte array ensuring that the operation succeeded.
|
  | GetSafeAsync(HttpClient, String, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a GET request to a specified Uri ensuring that the operation succeeded.
|
  | GetSafeAsync(HttpClient, Uri, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a GET request to the specified string URI ensuring that the operation succeeded.
|
  | GetStreamAsync(HttpClient, String, ArgDictionary, LogActivity) |
Sends a GET to a specified string URI and returns the response body as a Stream.
|
  | GetStreamAsync(HttpClient, Uri, ArgDictionary, LogActivity) |
Sends a GET to a specified Uri and returns the response body as a Stream.
|
  | GetStreamSafeAsync(HttpClient, String, ArgDictionary, LogActivity) |
Sends a GET to a specified string URI and returns the response body as a Stream ensuring that the operation succeeded.
|
  | GetStreamSafeAsync(HttpClient, Uri, ArgDictionary, LogActivity) |
Sends a GET to a specified Uri and returns the response body as a Stream ensuring that the operation succeeded.
|
  | GetStringAsync(HttpClient, String, ArgDictionary, LogActivity) |
Sends a GET request to a string URI and returns the response as a string.
|
  | GetStringAsync(HttpClient, Uri, ArgDictionary, LogActivity) |
Sends a GET request to a Uri and returns the response as a string.
|
  | GetStringSafeAsync(HttpClient, String, ArgDictionary, LogActivity) |
Sends a GET request to a string URI and returns the response as a string ensuring that the operation succeeded.
|
  | GetStringSafeAsync(HttpClient, Uri, ArgDictionary, LogActivity) |
Sends a GET request to a Uri and returns the response as a string ensuring that the operation succeeded.
|
  | HeadAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a HEAD request to a string URI.
|
  | HeadAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a HEAD request to a Uri.
|
  | HeadSafeAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a HEAD request to a string URI ensuring that the operation succeeded.
|
  | HeadSafeAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a HEAD request to a Uri ensuring that the operation succeeded.
|
  | OptionsAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a OPTIONS request to a string URI.
|
  | OptionsAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a OPTIONS request to a Uri.
|
  | OptionsSafeAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a OPTIONS request to a string URI ensuring that the operation succeeded.
|
  | OptionsSafeAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a OPTIONS request to a Uri ensuring that the operation succeeded.
|
  | PatchAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PATCH request to a string URI.
|
  | PatchAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PATCH request to a Uri.
|
  | PatchSafeAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PATCH request to a string URI ensuring that the operation succeeded.
|
  | PatchSafeAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PATCH request to a Uri ensuring that the operation succeeded.
|
  | PostAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a POST request to a string URI.
|
  | PostAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a POST request to a Uri.
|
  | PostSafeAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a POST request to a string URI ensuring that the operation succeeded.
|
  | PostSafeAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a POST request to a Uri ensuring that the operation succeeded.
|
  | PutAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PUT request to a string URI.
|
  | PutAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PUT request to a Uri.
|
  | PutSafeAsync(HttpClient, String, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PUT request to a string URI ensuring that the operation succeeded.
|
  | PutSafeAsync(HttpClient, Uri, HttpContent, ArgDictionary, HttpCompletionOption, CancellationToken, LogActivity) |
Sends a PUT request to a Uri ensuring that the operation succeeded.
|
  | SendAsync | |
  | SendSafeAsync | |