HTTPSecureSocket.Post Method

Issues a POST command to the web server. The PageReceived event will execute when the response data has been retrieved.

Syntax

HTTPSecureSocket.Post URL, [File]


Parameters

URL

String

File (Optional)

FolderItem


If a FolderItem is passed, the data will be downloaded to that file. The DownloadComplete event will execute when the response data has been retrieved.