|
| bool | Enabled = true [get, set] |
| int | Port = 8080 [get, set] |
| string | BindAddress = "" [get, set] |
| | The address to bind the web server to. If empty, the server will bind to all network interfaces (0.0.0.0 / *). Set this to a specific IP (e.g., "192.168.1.100") to bind directly to that address, which may avoid requiring admin privileges depending on the system configuration.
|
◆ BindAddress
| string livemap.configuration.Httpd.BindAddress = "" |
|
getset |
The address to bind the web server to. If empty, the server will bind to all network interfaces (0.0.0.0 / *). Set this to a specific IP (e.g., "192.168.1.100") to bind directly to that address, which may avoid requiring admin privileges depending on the system configuration.
◆ Enabled
| bool livemap.configuration.Httpd.Enabled = true |
|
getset |
◆ Port
| int livemap.configuration.Httpd.Port = 8080 |
|
getset |
The documentation for this class was generated from the following file: