Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / WebRequestResult Class
Properties

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 Properties
     NameDescription
    Public Property Gets or sets a value indicating whether the web request failed due to a connection issue.  
    Public Property Gets or sets 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 Property Gets or sets the HTTP status code of the web request.  
    Top
    See Also