Difference between revisions of "HTTPServer"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the following propert...")
 
Line 36: Line 36:
 
|valign="top"|Resume
 
|valign="top"|Resume
 
|valign="top"|None
 
|valign="top"|None
|valign="top"|Stops listening
+
|valign="top"|Resumes listening
 
|-
 
|-
 
|valign="top"|Stop
 
|valign="top"|Stop

Revision as of 06:53, 1 June 2015

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the following properties:

Property Access (R/RW) Value Description

Methods

This class supports the following methods:

Method Args Description
IsListening None Returns true if HTTPServer is listening, false otherwise
Listen interface as Character, port as Numeric Starts listening on the specified port on the specified interface ("" for all)
Pause None Pauses listening
Resume None Resumes listening
Stop None Stops listening

Events

This class supports the following events:

Event Args Description