Tanoda
HttpServer Class Reference
Inheritance diagram for HttpServer:

Public Member Functions

 HttpServer ()
 
void Stop ()
 
void Run ()
 

Public Attributes

Dictionary< string, byte[]> loadedFiles = new Dictionary<string, byte[]>()
 

Detailed Description

Definition at line 9 of file HttpServer.cs.

Constructor & Destructor Documentation

◆ HttpServer()

HttpServer.HttpServer ( )

Definition at line 13 of file HttpServer.cs.

Member Function Documentation

◆ Run()

void HttpServer.Run ( )

Definition at line 31 of file HttpServer.cs.

◆ Stop()

void HttpServer.Stop ( )

Definition at line 25 of file HttpServer.cs.

Member Data Documentation

◆ loadedFiles

Dictionary<string, byte[]> HttpServer.loadedFiles = new Dictionary<string, byte[]>()

Definition at line 12 of file HttpServer.cs.


The documentation for this class was generated from the following file: