Makes an HTTP with option JSON data serialized from an object and parses the result from JSON back into an object. Assumes that the service returns a JSON response and that any data sent is json.
public static Task<TResultType> JsonRequestAsync<TResultType>(HttpRequestSettings settings)
Return Value
deserialized value/object from returned JSON data
Parameters
settings
Configuration object for the HTTP request made to the server.
See also:
Class HttpUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic