$Web Secure: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 5: | Line 5: | ||
==Syntax== | ==Syntax== | ||
<p class="syntax"><section begin="syntax" />%rc = $Web_Secure | <p class="syntax"><section begin="syntax" /><span class="term">%rc</span> = $Web_Secure | ||
<section end="syntax" /></p> | <section end="syntax" /></p> | ||
Revision as of 21:45, 17 October 2012
<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. |