Legend
| Method: HttpServerOptions AddEndpoint( |
| string | key | Unique key used to identify this endpoint. |
| string | bindAddress | The hostname/address to listen on, or null to listen on all interfaces. |
| int | port | The port to listen on. |
| bool | secure | Specifies whether this is a secure (HTTPS) endpoint. |