StartWebServer Method

Starts the embedded web server.

Syntax

int StartWebServer();

Remarks

Starts the embedded web server. This method can be used to manually start the embedded web server. Under normal circumstances this is not needed as the component will automatically start and stop the web server when GetAuthorization is called. However, you may decide to start the web server manually before calling GetAuthorization. When called this method will also populate ReturnURL with the address of the embedded server.

Error Handling

This method returns a result code; 0 indicates success, while a non-zero error code indicates that this method encountered an error during its execution. If an error occurs, the GetLastError() method can be called to retrieve the associated error message. (Note: This method's result code can also be obtained by calling the GetLastErrorCode() method after it returns.)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Qt Edition - Version 20.0 [Build 8265]