Enum WebServerStatus
- Namespace
- nanoFramework.WebServer
- Assembly
- nanoFramework.WebServer.dll
Represents the status of the server.
public enum WebServerStatus
Fields
Running = 1
The server is running.
Stopped = 0
The server is stopped.
Represents the status of the server.
public enum WebServerStatus
Running = 1
The server is running.
Stopped = 0
The server is stopped.