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
public static TResultType JsonRequest<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-2024 • Updated: 06/29/24
Comment or report problem with topic