getResponseContent Method
Gets the response content from the web request, if the request was successful. The content is stored as a byte array to preserve the original data format.
public byte[] getResponseContent()
|
Return Value
the response content as a byte array