Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
WebRequestResult Class
/ ResponseContent Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
public
System.
byte
[] ResponseContent {
get
;
set
;}
See Also
Reference
WebRequestResult Class
WebRequestResult Members