nOption | (Integer) Options available for the setOption method.
1 - SXH_OPTION_ESCAPE_PERCENT_IN_URL. Setting unsafe ANSI characters in the URL (for example, " " -> "%20").
2 - SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS. Sets the mask of flags.
3 - SXH_OPTION_SELECT_CLIENT_SSL_CERT. The name of the certificate in the local storage to be sent if the server requests a client certificate. |
---|---|
vVal | (Variant) The value of the desired setting |
oReq.setOption(2, 8192);