Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / WebRequestResult Class / ResponseContent Property
In This Topic
    ResponseContent Property
    In This Topic
    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.
    Syntax
    public System.byte[] ResponseContent {get; set;}
    See Also