[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.WebRequestResult

WebRequestResult Class

Represents the result of a web request, including the success status, the response content, any connection failure, and the HTTP status code.

Inheritance
WebRequestResult
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class WebRequestResult
Public Class WebRequestResult

Constructors

Name Description
WebRequestResult()

Properties

Name Description
IsConnectionFailed

Gets or sets a value indicating whether the web request failed due to a connection issue.

ResponseContent

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.

StatusCode

Gets or sets the HTTP status code of the web request.