Method HttpEndpoint():start() Professional
Starts the listener thread.
:start() --> lSuccess
If the listener thread is started, the method :start() returns the value .T. (true), otherwise it returns .F. (false).
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().
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.