JsonWebServiceResponseUtility class

Utility methods for JSON and WebServiceResponse.

public static class JsonWebServiceResponseUtility

Public Members

name description
static GetJsonAsAsync<T>(…) Parses the JSON into an object of the specified type. (2 methods)
static GetJsonAsync(…) Gets the JSON.
static HasJson(…) Returns true if the response content uses the JSON content type.

Remarks

The JSON in the response content must be represented using UTF-8.

See Also