SSLOn (Socket function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 8: Line 8:
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>number</td></tr>
<tr><th>socket</th>
<tr><th>socket</th>
<td>Socket object</td></tr>
<td>A variable or an expression that is a reference to a <var>Socket</var> object.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Socket:SSLOn footer}}
{{Template:Socket:SSLOn footer}}

Revision as of 02:02, 15 November 2011

Turn on SSL processing (Socket class)


This page is under construction.

Syntax

[%number =] socket:SSLOn

Syntax terms

%numbernumber
socket A variable or an expression that is a reference to a Socket object.

Usage notes

Examples

See also