.jpeg) .jpeg) |
PostAsJsonAsync<T>(HttpClient, String, T) |
|
.jpeg) .jpeg) |
PostAsJsonAsync<T>(HttpClient, String, T, CancellationToken) |
|
.jpeg) .jpeg) |
PostAsJsonAsync<T>(HttpClient, Uri, T) |
Sends a POST request as an asynchronous operation to the specified Uri with the given value serialized as JSON.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
PostAsXmlAsync<T>(HttpClient, String, T) |
|
.jpeg) .jpeg) |
PostAsXmlAsync<T>(HttpClient, String, T, CancellationToken) |
|
.jpeg) .jpeg) |
PostAsXmlAsync<T>(HttpClient, Uri, T) |
Sends a POST request as an asynchronous operation to the specified Uri with the given value serialized as XML.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter) |
|
.jpeg) .jpeg) |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, CancellationToken) |
|
.jpeg) .jpeg) |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, MediaTypeHeaderValue, CancellationToken) |
|
.jpeg) .jpeg) |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, String) |
|
.jpeg) .jpeg) |
PostAsync<T>(HttpClient, String, T, MediaTypeFormatter, String, CancellationToken) |
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
PutAsJsonAsync<T>(HttpClient, String, T) |
|
.jpeg) .jpeg) |
PutAsJsonAsync<T>(HttpClient, String, T, CancellationToken) |
|
.jpeg) .jpeg) |
PutAsJsonAsync<T>(HttpClient, Uri, T) |
Sends a PUT request as an asynchronous operation to the specified Uri with the given value serialized as JSON.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
PutAsXmlAsync<T>(HttpClient, String, T) |
|
.jpeg) .jpeg) |
PutAsXmlAsync<T>(HttpClient, String, T, CancellationToken) |
|
.jpeg) .jpeg) |
PutAsXmlAsync<T>(HttpClient, Uri, T) |
Sends a PUT request as an asynchronous operation to the specified Uri with the given value serialized as XML.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter) |
|
.jpeg) .jpeg) |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, CancellationToken) |
|
.jpeg) .jpeg) |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, MediaTypeHeaderValue, CancellationToken) |
|
.jpeg) .jpeg) |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, String) |
|
.jpeg) .jpeg) |
PutAsync<T>(HttpClient, String, T, MediaTypeFormatter, String, CancellationToken) |
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|
.jpeg) .jpeg) |
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.
|