MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Common.Http.ClientModules.IHttpModule Interface Reference

Public Member Functions

bool HandleResponse (IHandler handler, HttpMessage response)
 Handle a response received from the server. More...
 

Detailed Description

Definition at line 10 of file IHttpModule.cs.

Member Function Documentation

◆ HandleResponse()

bool MTSC.Common.Http.ClientModules.IHttpModule.HandleResponse ( IHandler  handler,
HttpMessage  response 
)

Handle a response received from the server.

Parameters
handlerHandler that operates on the response.
responseResponse message.
Returns
True if no other module should operate on the response.

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