WebRequestResult Class Methods
In This Topic
For a list of all members of this type, see WebRequestResult members.
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