Enum WebServerState
Represents the state of a web server.
Namespace: EmbedIO
Syntax
public enum WebServerState
Fields
| Name | Description |
|---|---|
| Created | The web server has not been started yet. |
| Listening | The web server is ready to accept incoming requests. |
| Loading | The web server has been started but it is still initializing. |
| Stopped | The web server has been stopped. |