JsonWebServiceResponseUtility.GetJsonAsync method

Gets the JSON.

public static Task<string> GetJsonAsync(this WebServiceResponse response)
parameter description
response The response.

Return Value

The unverified JSON.

Exceptions

exception condition
WebServiceException The response content does not use the JSON content type or the content is empty.

See Also