Xojo.Net.HTTPSocket.FileReceived

From Xojo Documentation

Event


Xojo.Net.HTTPSocket.FileReceived(URL As Text, HTTPStatus As Integer, file As Xojo.IO.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.