Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / WebRequestResult Class
Methods

In This Topic
    WebRequestResult Class Members
    In This Topic

    The following tables list the members exposed by WebRequestResult.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodGets 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 MethodGets the HTTP status code of the web request.  
    Public MethodChecks if the web request failed due to a connection issue.  
    Public MethodSets the connection failure status of the web request.  
    Public MethodSets the response content from the web request.  
    Public MethodSets the HTTP status code of the web request.  
    Top
    See Also