HTTP Target properties for Script Engine. Read the documentation for more info.
Properties | |
| string | EndPoint [get, set] |
| HTTP EndPoint. | |
| string | Parameters [get, set] |
| optional parameters to add to the HTTP request. | |
| bool | ExecuteAtStart [get, set] |
| Execute the request as soon as the target starts. | |
| AutoStartDelayMs | AutoStartDelayMs [get, set] |
| Delayed start. | |
| string | OnSuccessScriptCallback [get, set] |
| Name of script function to be called after a successful http request. | |
| GenericComponentStatus | Status [get] |
| Status of the target. | |
| Command | HttpGetCommand [get] |
| Executes the HTTP request. | |
| Command | StopCommand [get] |
| Stops or cancels the HTTP request. | |
| DateTime | LastHttpCommandDateTime [get] |
| Date and time of the latest HTTP request. | |
| String | LastHttpCommand [get] |
| Last HTTP request, including parameters. | |
| int | LastHttpStatusCode [get] |
| Status code of the last request. | |
| string | LastHttpResponse [get] |
| Response to the last request. | |
| long | ResponseTimeMs [get] |
| Response time of the last request. | |
| int | NumRequests [get] |
| Total number of requests. | |
| FormattedMessage | Minilog [get] |
| Mini-log message. | |
Properties inherited from VindralEngineBaseTypes.VindralBaseClasses.AbstractTarget | |
| bool | AutoStart [get, set] |
| Autostart when application starts. | |