MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Client.Handlers.HttpHandler Class Reference

Handler for handling client http communication. More...

Inheritance diagram for MTSC.Client.Handlers.HttpHandler:
MTSC.Client.Handlers.IHandler

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...
 

Detailed Description

Handler for handling client http communication.

Definition at line 13 of file HttpHandler.cs.

Member Function Documentation

◆ AddModule()

HttpHandler MTSC.Client.Handlers.HttpHandler.AddModule ( IHttpModule  httpModule)

Add a http module.

Parameters
httpModuleModule to be added.
Returns
This handler object.

Definition at line 38 of file HttpHandler.cs.

◆ SendRequest()

void MTSC.Client.Handlers.HttpHandler.SendRequest ( Client  client,
HttpMessage  request 
)

Send a request to the server.

Parameters
requestRequest to be sent.

Definition at line 29 of file HttpHandler.cs.


The documentation for this class was generated from the following file: