Method HttpEndpoint():start() Professional

Starts the listener thread.

Syntax
:start() --> lSuccess
Return

If the listener thread is started, the method :start() returns the value .T. (true), otherwise it returns .F. (false).

Description

After the method :start() is called, a thread is started that is listening for incoming connections. The newly started thread can be terminated by calling the method :stop().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.