URLConnection.FileReceived

From Xojo Documentation

Event


URLConnection.FileReceived(URL As String, HTTPStatus As Integer, file As FolderItem)

Supported for all project types and targets.

Called when a download of a file is completed as a result of calling Send and passing a FolderItem.

Parameters

Parameter Description
URL The URL that sent the response.
HTTPStatus The HTTP status code.
file The FolderItem where the file was saved.