Gets the JSON.
public static Task<string> GetJsonAsync(this WebServiceResponse response)
parameter | description |
---|---|
response | The response. |
The unverified JSON.
exception | condition |
---|---|
WebServiceException | The response content does not use the JSON content type or the content is empty. |