Method | Description | |
---|---|---|
HttpGetHandler ( |
The handler for HTTP GET requests.
|
|
HttpPostHandler ( |
The handler for HTTP POST requests. TODO: This code has not been tested. It should work, right? I mean, what could possibly go wrong?
|
|
HttpServer ( |
Initializes a new instance of the HttpServer class.
|
|
HttpServer ( |
Initializes a new instance of the HttpServer class.
|
|
Start ( ) : void |
Begin listening.
|
|
Stop ( ) : void |
Stop listening
|
public HttpGetHandler ( |
||
processor | The HTTP processor. | |
return | void |
public HttpPostHandler ( |
||
processor | The HTTP processor. | |
return | void |
public HttpServer ( |
||
passphrase | The passphrase for encrypting and decrypting. | |
return | System |
public HttpServer ( |
||
passphrase | The passphrase for encrypting and decrypting. | |
address | Sets the IP address that the server listens on. | |
port | int | Sets the TCP/IP Port that the HTTP server listens on. |
return | System |