HTTPSecureSocket.PageReceived

From Xojo Documentation

Event


HTTPSecureSocket.PageReceived(URL as String, HTTPStatus as Integer, Headers as InternetHeaders, Content as String)

Supported for all project types and targets.

Executes when a new page has been retrieved from the server. It provides the URL that was requested and the HTTP headers from the web server.

Notes

The HTTPStatus code is also passed to this event. These codes are used for messages such as "Page not found" (error 404), and so forth.