WebApplication.Open

From Xojo Documentation

Event


WebApplication.Open(args() As String)

New in 2010r4

Supported for all project types and targets.

The web app has launched and is starting. The command-line parameters used to start the web app are in args.

Notes

Session is not available from this event handler.

You can add or modify the provided arguments by changing the contents of the args parameter.

For example, to increase the number of sockets:

args.Add("MaxSockets=300")