MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
IHttpModule.cs
1
using
MTSC
.
Client
.
Handlers
;
2
using
MTSC
.
Common
.
Http
;
3
using
System;
4
using
System.Collections.Generic;
5
using
System.Net.Sockets;
6
using
System.Text;
7
8
namespace
MTSC.Common.Http.ClientModules
9
{
10
public
interface
IHttpModule
11
{
18
bool
HandleResponse
(
IHandler
handler,
HttpMessage
response);
19
}
20
}
MTSC.Common.Http.ClientModules.IHttpModule.HandleResponse
bool HandleResponse(IHandler handler, HttpMessage response)
Handle a response received from the server.
MTSC.Client
Definition:
Client.cs:14
MTSC.Common.Http.HttpMessage
Definition:
HttpMessage.cs:8
MTSC.Common.Http
Definition:
IHttpModule.cs:8
MTSC.Client.Handlers
Definition:
BroadcastHandler.cs:6
MTSC.Common
Definition:
IHttpModule.cs:8
MTSC.Common.Http.ClientModules.IHttpModule
Definition:
IHttpModule.cs:10
MTSC.Common.Http.ClientModules
Definition:
IHttpModule.cs:8
MTSC.Client.Handlers.IHandler
Handler interface for client communication.
Definition:
IHandler.cs:11
MTSC
Definition:
Client.cs:14
MTSC
MTSC
Common
Http
ClientModules
IHttpModule.cs
Generated by
1.8.15