Method | Description | |
---|---|---|
Start ( ) : void |
Method | Description | |
---|---|---|
HandleRequest ( |
||
HttpServer ( string serverName, int port, string path ) : System |
Creates an instance of HttpServer on a specified address.
|
|
OnStartError ( string message ) : void |
Method | Description | |
---|---|---|
ListenerCallback ( |
Handles incoming http request asynchronously
|
protected abstract HandleRequest ( |
||
context | ||
return | void |
protected HttpServer ( string serverName, int port, string path ) : System | ||
serverName | string | Name of the Http server |
port | int | |
path | string | |
return | System |
protected OnStartError ( string message ) : void | ||
message | string | |
return | void |