HttpMessageExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class containing HTTP message extension methods.
public static class HttpMessageExtensions
type HttpMessageExtensions = class
Public Module HttpMessageExtensions
- Inheritance
-
HttpMessageExtensions
Methods
ReadContentAsJsonAsync<T>(HttpResponseMessage, Boolean) |
Reads the JSON content from the http response message. |
ReadContentAsStringAsync(HttpResponseMessage, Boolean) |
Reads the JSON content from the http response message. |