Difference between revisions of "HTTPServer"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
====See Also====
 
[[App_Settings#Embedded HTTP Server|App Settings]]
 
  
 
====Properties====
 
====Properties====
Line 57: Line 54:
 
|-
 
|-
 
|}
 
|}
 +
 +
====See Also====
 +
[[App_Settings#Embedded HTTP Server|App Settings]]
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]
 
[[Category:Lianja v2.0]]
 
[[Category:Lianja v2.0]]

Revision as of 07:40, 11 January 2017

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

See Also

App Settings