$Web_Secure

From m204wiki
Revision as of 21:33, 21 February 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:$Web_Secure}} <span class="pageSubtitle"><section begin="desc" />Check if thread running on secure port<section end="desc" /></span> $Web_Secure indicates if th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />Check if thread running on secure port<section end="desc" />


$Web_Secure indicates if the thread is running on a secure (SSL) port.

Syntax

<section begin="syntax" /> %RC = $Web_Secure <section end="syntax" />


$Web_Secure takes no arguments and returns a status code.

Code Meaning
0 Not on a secure port, or not a Web Server thread.
1 Web Server thread running on a secure (SSL) port.

$WEB_SECURE return codes