$Web Secure: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
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.
<var>$Web_Secure</var> indicates if the thread is running on a secure (SSL) port.


==Syntax==
==Syntax==
Line 8: Line 8:
<section end="syntax" /></p>
<section end="syntax" /></p>


$Web_Secure takes no arguments and returns a status code.
<var>$Web_Secure</var> takes no arguments and returns a status code.


<table class="syntaxTable">
<table class="syntaxTable">

Revision as of 22:43, 18 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.

$WEB_SECURE return codes