Table of Contents

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

WebServerStatusEventArgs

Provides data for the WebServerStatus event.

Enums

AuthenticationType

The type of authentication to use.

HttpProtocol

Http protocol used

WebServerStatus

Represents the status of the server.

Delegates

WebServer.GetRequestHandler

Delegate for the CommandReceived event.

WebServer.WebServerStatusHandler

Represents the method that will handle the WebServerStatusChanged event of a WebServer.