HTTPVerifyCertificate

Family: HTTP · One form

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

NameType
iHTTPinteger
modeinteger

Every form returns

nothing

Example · generated

HTTPVerifyCertificate(1, 1)DO  Sync()LOOP

HTTPVerifyCertificate 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.

21 commands in HTTP