Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WebRequestResult Class / setResponseContent Method
the response content as a byte array
In This Topic
    setResponseContent Method
    In This Topic
    Sets the response content from the web request.
    Syntax
    public void setResponseContent( 
       byte[] responseContent
    )

    Parameters

    responseContent
    the response content as a byte array
    See Also