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