NWebResponse Class Members
In This Topic
The following tables list the members exposed by NWebResponse.
Public Properties
| Name | Description |
| DataArray | Gets the response data as array (or body). Valid only if the response status is equal to Succeeded. |
| DataStream | Gets the response data stream (or body). Valid only if the response status is equal to Succeeded. |
| ErrorException | Gets an exception that describes the reason for failure of the request. Valid only if response status is equal to Failed. |
| ReceivedAt | Gets the date time at which this response was received. |
| Status | Gets the response status. |
Top
See Also