WebRequestResult Class Members
In This Topic
The following tables list the members exposed by WebRequestResult.
Public Constructors
Public Methods
| Name | Description |
| getResponseContent | Gets 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. |
| getStatusCode | Gets the HTTP status code of the web request. |
| isConnectionFailed | Checks if the web request failed due to a connection issue. |
| setConnectionFailed | Sets the connection failure status of the web request. |
| setResponseContent | Sets the response content from the web request. |
| setStatusCode | Sets the HTTP status code of the web request. |
Top
See Also