![]() |
MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
|
Public Member Functions | |
| bool | HandleResponse (IHandler handler, HttpMessage response) |
| Handle a response received from the server. More... | |
Definition at line 10 of file IHttpModule.cs.
| bool MTSC.Common.Http.ClientModules.IHttpModule.HandleResponse | ( | IHandler | handler, |
| HttpMessage | response | ||
| ) |
Handle a response received from the server.
| handler | Handler that operates on the response. |
| response | Response message. |