What it does
HTTPVerifyCertificate sets VerifyCertificate on a HTTP object. It takes iHTTP (an integer) and mode (an integer), and returns nothing.
Syntax
HTTPVerifyCertificate(iHTTP integer, mode integer)Parameters
| Name | Type |
|---|---|
| iHTTP | integer |
| mode | integer |
Every form returns
nothing
Example · generated
HTTPVerifyCertificate(1, 1)DO Sync()LOOPHTTPVerifyCertificate is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.