Namespace nanoFramework.WebServer
Classes
Authentication
The authentication to be used by the server.
AuthenticationAttribute
Authentication attribute for classes and method
CallbackRoutes
Callback function for the various routes
CaseSensitiveAttribute
If the route is case sensitive or not
Header
Header class
MethodAttribute
The HTTP Method.
RouteAttribute
Route custom attribute.
UrlParameter
Represent an URL parameter Name=Value
WebServer
This class instantiates a web server.
WebServerEventArgs
Web server event argument class
Enums
AuthenticationType
The type of authentication to use.
HttpProtocol
Http protocol used
Delegates
WebServer.GetRequestHandler
Delegate for the CommandReceived event.