$Web Secure: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 2: | Line 2: | ||
<span class="pageSubtitle"><section begin="desc" />Check if thread running on secure port<section end="desc" /></span> | <span class="pageSubtitle"><section begin="desc" />Check if thread running on secure port<section end="desc" /></span> | ||
$Web_Secure indicates if the thread is running on a secure (SSL) port. | |||
==Syntax== | ==Syntax== | ||
<p class="syntax"><section begin="syntax" /> %RC = $Web_Secure | <p class="syntax"><section begin="syntax" /> %RC = $Web_Secure | ||
<section end="syntax" /></p> | <section end="syntax" /></p> | ||
$Web_Secure takes no arguments and returns a status code. | |||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>Code</th> | <tr><th>Code</th> | ||
Line 18: | Line 17: | ||
<tr><th>1</th> | <tr><th>1</th> | ||
<td>Web Server thread running on a secure (SSL) port.</td></tr> | <td>Web Server thread running on a secure (SSL) port.</td></tr> | ||
</table> | </table> | ||
<p class="caption">$WEB_SECURE return codes</p> | <p class="caption">$WEB_SECURE return codes</p> | ||
[[Category:Janus Web Server $functions|$Web_Secure]] | [[Category:Janus Web Server $functions|$Web_Secure]] |
Revision as of 21:35, 22 February 2011
<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. |