You are not logged in.
In documentation for constructor THttpApiServer.Create when describing CreateSuspended parameter I think TRUE and FALSE values are swapped.
now we have
if you override this contructor, put the AddUrl() methods within, and you can set CreateSuspended to TRUE
- if you will call AddUrl() methods later, set CreateSuspended to FALSE, then call explicitely the Resume method, after all AddUrl() calls, in order to start the server
but should be
if you override this contructor, put the AddUrl() methods within, and you can set CreateSuspended to FALSE
- if you will call AddUrl() methods later, set CreateSuspended to TRUE, then call explicitely the Resume method, after all AddUrl() calls, in order to start the server
Offline
Online