PeanutButter
Loading...
Searching...
No Matches
PeanutButter.SimpleTcpServer.IProcessor Interface Reference

Interface to be implemented by a service which processes requests. More...

Inheritance diagram for PeanutButter.SimpleTcpServer.IProcessor:
PeanutButter.SimpleHTTPServer.HttpProcessor

Public Member Functions

void ProcessRequest ()
 Process the request.

Detailed Description

Interface to be implemented by a service which processes requests.

Member Function Documentation

◆ ProcessRequest()

void PeanutButter.SimpleTcpServer.IProcessor.ProcessRequest ( )

Process the request.

Implemented in PeanutButter.SimpleHTTPServer.HttpProcessor.


The documentation for this interface was generated from the following file:
  • source/SimpleServers/PeanutButter.SimpleTcpServer/TcpServer.cs