C# Class WebEngine.HttpServer

Afficher le fichier Open project: CellAO/CellAO-NightPredator Class Usage Examples

Méthodes publiques

Свойство Type Description
instance HttpServer
isRunning bool

Méthodes publiques

Méthode Description
HttpServer ( ) : System

StartServer ( ) : void

StopServer ( ) : void

Private Methods

Méthode Description
GetDefaultPage ( string serverFolder ) : string

GetMimeType ( string extention ) : string

HttpThread ( Socket sockets ) : void

ProcessRequest ( string queryString ) : string

Updates the HTML file processes user interaction.

RegisterAccount ( List split ) : string
SendData ( byte data, Socket &sockets ) : void

SendData ( string data, Socket &sockets ) : void

SendError400 ( Socket &sockets ) : void
SendError404 ( Socket &sockets ) : void
StartListen ( ) : void

Method Details

HttpServer() public méthode

public HttpServer ( ) : System
Résultat System

StartServer() public méthode

public StartServer ( ) : void
Résultat void

StopServer() public méthode

public StopServer ( ) : void
Résultat void

Property Details

instance public_oe static_oe property

public static HttpServer,WebEngine instance
Résultat HttpServer

isRunning public_oe property

public bool isRunning
Résultat bool