MethodsReference Tables:Methods
Method | Return Type | Description |
CGIValueMethods:CGIValue | String | The value of the specified CGI Environment Variable. If no variable is specified all variables are retuned. |
QueryStringMethods:QueryStringCount | String | Returns the value of the specified parameter in the Query String. |
QueryStringCountMethods:QueryStringCount | Integer | Returns the number of occurrences of a parameter within a Query String. |
ServerRunningMethods:ServerRunning | Boolean | TRUE if the web server is running and FALSE if not. |
StartServerMethods:StartServer | Boolean | Starts the web server engine. |
Stats_BytesReceivedMethods:Stats_BytesReceived | String | Bytes received by web server. |
Stats_BytesSentMethods:Stats_BytesSent | String | Bytes sent by web server. |
Stats_ErrorsMethods:Stats_Errors | String | Number of trapped errors by web server. |
Stats_FreeConnectionsMethods:Stats_FreeConnections | String | Number of free (available) connections. |
Stats_RequestsMethods:Stats_Requests | String | Number of client requests (pages, images, etc.) to web server. |
Stats_UpTimeMethods:Stats_UpTime | String | Up Time of web server. |
StopServerMethods:StopServer | Boolean | Stops the web server engine. |
TrapFileDataMethods:TrapFileData | String | Sends data to WebX for client on trapped pages. |
Table 6.2.1 – Methods