HTTPServer

From Lianjapedia
Revision as of 11:34, 10 April 2019 by Barrymavin (Talk | contribs)

Jump to: navigation, search

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

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, Embedded HTTP Server