Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Methods
| Name | Description | |
|---|---|---|
![]() ![]() |
PostAsJsonAsync<T>(HttpClient, String, T) | Sends a POST request as an asynchronous operation, with a specified value serialized as JSON. |
![]() ![]() |
PostAsJsonAsync<T>(HttpClient, String, T, CancellationToken) | Sends a POST request as an asynchronous operation, with a specified value serialized as JSON. Includes a cancellation token to cancel the request. |
![]() ![]() |
PostAsXmlAsync<T>(HttpClient, String, T) | Sends a POST request as an asynchronous operation, with a specified value serialized as XML. |
![]() ![]() |
PostAsXmlAsync<T>(HttpClient, String, T, CancellationToken) | Sends a POST request as an asynchronous operation, with a specified value serialized as XML. Includes a cancellation token to cancel the request. |
![]() ![]() |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter) | Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter. |
![]() ![]() |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, String) | Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. |
![]() ![]() |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, CancellationToken) | Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter. Includes a cancellation token to cancel the request. |
![]() ![]() |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, MediaTypeHeaderValue, CancellationToken) | Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter and media type. |
![]() ![]() |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, String, CancellationToken) | Sends a POST request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. Includes a cancellation token to cancel the request. |
![]() ![]() |
PutAsJsonAsync<T>(HttpClient, String, T) | Sends a PUT request as an asynchronous operation, with a specified value serialized as JSON. |
![]() ![]() |
PutAsJsonAsync<T>(HttpClient, String, T, CancellationToken) | Sends a PUT request as an asynchronous operation, with a specified value serialized as JSON. Includes a cancellation token to cancel the request. |
![]() ![]() |
PutAsXmlAsync<T>(HttpClient, String, T) | Sends a PUT request as an asynchronous operation, with a specified value serialized as XML. |
![]() ![]() |
PutAsXmlAsync<T>(HttpClient, String, T, CancellationToken) | Sends a PUT request as an asynchronous operation, with a specified value serialized as XML. Includes a cancellation token to cancel the request. |
![]() ![]() |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter) | Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter. |
![]() ![]() |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, String) | Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. |
![]() ![]() |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, CancellationToken) | Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and medai type string. Includes a cancellation token to cancel the request. |
![]() ![]() |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, MediaTypeHeaderValue, CancellationToken) | Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and media type. Includes a cancellation token to cancel the request. |
![]() ![]() |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, String, CancellationToken) | Sends a PUT request as an asynchronous operation, with a specified value serialized using the given formatter and media type string. Includes a cancellation token to cancel the request. |
Top
.jpeg)
.gif)