Property | Type | Description | |
---|---|---|---|
instance | |||
isRunning | bool |
Method | Description | |
---|---|---|
HttpServer ( ) : System |
|
|
StartServer ( ) : void |
|
|
StopServer ( ) : void |
|
Method | 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 |
||
SendData ( byte data, Socket &sockets ) : void |
|
|
SendData ( string data, Socket &sockets ) : void |
|
|
SendError400 ( Socket &sockets ) : void | ||
SendError404 ( Socket &sockets ) : void | ||
StartListen ( ) : void |
|