URLConnection.ContentReceived

From Xojo Documentation

Event


URLConnection.ContentReceived(URL As String, HTTPStatus As Integer, content As String)

Supported for all project types and targets.

Called when a new page has been retrieved from the server as a result of calling Send.

Parameters

Parameter Description
URL The URL that sent the response.
HTTPStatus The HTTP status code.
content A String containing the response. This may contain binary or text data.

Notes

The encoding of content is set to the content-type encoding (charset) of the incoming content.