Table of Contents

Class WebServerStatusEventArgs

Namespace
nanoFramework.WebServer
Assembly
nanoFramework.WebServer.dll

Provides data for the WebServerStatus event.

public class WebServerStatusEventArgs
Inheritance
WebServerStatusEventArgs
Inherited Members
Extension Methods

Constructors

WebServerStatusEventArgs(WebServerStatus)

Initializes a new instance of the WebServerStatusEventArgs class with the specified status.

public WebServerStatusEventArgs(WebServerStatus status)

Parameters

status WebServerStatus

The status of the web server.

Properties

Status

Gets the status of the web server.

public WebServerStatus Status { get; protected set; }

Property Value

WebServerStatus