On_httpServerStateChanged
7/5/26Less than 1 minute
On_httpServerStateChanged
Description
The notification received after a change in the state of the HTTP server
EventHandler<string> On_httpServerStateChangedResponse example
{
"event": "httpServerStateChanged",
"state": 1,
"method": "event"
}Response Parameters
| Name | Description |
|---|---|
| state | State. It can be as follows: • 1 - Stopped • 3 - Started |
See also