| Name | Description |
|---|
  | PostAsJsonAsync<T>(HttpClient^, String^, T) | |
  | PostAsJsonAsync<T>(HttpClient^, String^, T, CancellationToken) | |
  | PostAsJsonAsync<T>(HttpClient^, Uri^, T) | Sends a POST request as an asynchronous operation to the specified Uri with the given value serialized as JSON. |
  | PostAsJsonAsync<T>(HttpClient^, Uri^, T, CancellationToken) | Sends a POST request as an asynchronous operation to the specified Uri with the given value serialized as JSON. |
  | PostAsXmlAsync<T>(HttpClient^, String^, T) | |
  | PostAsXmlAsync<T>(HttpClient^, String^, T, CancellationToken) | |
  | PostAsXmlAsync<T>(HttpClient^, Uri^, T) | Sends a POST request as an asynchronous operation to the specified Uri with the given value serialized as XML. |
  | PostAsXmlAsync<T>(HttpClient^, Uri^, T, CancellationToken) | Sends a POST request as an asynchronous operation to the specified Uri with the given value serialized as XML. |
  | PostAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^) | |
  | PostAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, CancellationToken) | |
  | PostAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, MediaTypeHeaderValue^, CancellationToken) | |
  | PostAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, String^) | |
  | PostAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, String^, CancellationToken) | |
  | PostAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^) | Sends a POST request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PostAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, CancellationToken) | Sends a POST request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PostAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, MediaTypeHeaderValue^, CancellationToken) | Sends a POST request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PostAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, String^) | Sends a POST request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PostAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, String^, CancellationToken) | Sends a POST request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PutAsJsonAsync<T>(HttpClient^, String^, T) | |
  | PutAsJsonAsync<T>(HttpClient^, String^, T, CancellationToken) | |
  | PutAsJsonAsync<T>(HttpClient^, Uri^, T) | Sends a PUT request as an asynchronous operation to the specified Uri with the given value serialized as JSON. |
  | PutAsJsonAsync<T>(HttpClient^, Uri^, T, CancellationToken) | Sends a PUT request as an asynchronous operation to the specified Uri with the given value serialized as JSON. |
  | PutAsXmlAsync<T>(HttpClient^, String^, T) | |
  | PutAsXmlAsync<T>(HttpClient^, String^, T, CancellationToken) | |
  | PutAsXmlAsync<T>(HttpClient^, Uri^, T) | Sends a PUT request as an asynchronous operation to the specified Uri with the given value serialized as XML. |
  | PutAsXmlAsync<T>(HttpClient^, Uri^, T, CancellationToken) | Sends a PUT request as an asynchronous operation to the specified Uri with the given value serialized as XML. |
  | PutAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^) | |
  | PutAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, CancellationToken) | |
  | PutAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, MediaTypeHeaderValue^, CancellationToken) | |
  | PutAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, String^) | |
  | PutAsync<T>(HttpClient^, String^, T, MediaTypeFormatter^, String^, CancellationToken) | |
  | PutAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^) | Sends a PUT request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PutAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, CancellationToken) | Sends a PUT request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PutAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, MediaTypeHeaderValue^, CancellationToken) | Sends a PUT request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PutAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, String^) | Sends a PUT request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |
  | PutAsync<T>(HttpClient^, Uri^, T, MediaTypeFormatter^, String^, CancellationToken) | Sends a PUT request as an asynchronous operation to the specified Uri with value serialized using the given formatter. |