![]() |
MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
|
Handler for handling client http communication. More...
Public Member Functions | |
| void | SendRequest (Client client, HttpMessage request) |
| Send a request to the server. More... | |
| HttpHandler | AddModule (IHttpModule httpModule) |
| Add a http module. More... | |
Handler for handling client http communication.
Definition at line 13 of file HttpHandler.cs.
| HttpHandler MTSC.Client.Handlers.HttpHandler.AddModule | ( | IHttpModule | httpModule | ) |
Add a http module.
| httpModule | Module to be added. |
Definition at line 38 of file HttpHandler.cs.
| void MTSC.Client.Handlers.HttpHandler.SendRequest | ( | Client | client, |
| HttpMessage | request | ||
| ) |
Send a request to the server.
| request | Request to be sent. |
Definition at line 29 of file HttpHandler.cs.