OpenPetra
Free Administration Software for Non-Profits
Ict.Tools.TinyWebServer.ThreadedHttpListenerWrapper Class Reference

this class is a wrapper for HttpListener. it is able to deal with multiple requests, starting a thread for each request More...

Inheritance diagram for Ict.Tools.TinyWebServer.ThreadedHttpListenerWrapper:

Public Member Functions

void Configure (string[] APrefixes, string AVirtualDir, string APhysicalDir)
 configure the listener More...
 
void Start ()
 start the listener More...
 
void Stop ()
 stop the listener More...
 
void ProcessRequest ()
 ProcessRequest More...
 

Detailed Description

this class is a wrapper for HttpListener. it is able to deal with multiple requests, starting a thread for each request

Member Function Documentation

◆ Configure()

void Ict.Tools.TinyWebServer.ThreadedHttpListenerWrapper.Configure ( string[]  APrefixes,
string  AVirtualDir,
string  APhysicalDir 
)
inline

configure the listener

◆ ProcessRequest()

void Ict.Tools.TinyWebServer.ThreadedHttpListenerWrapper.ProcessRequest ( )
inline

ProcessRequest

◆ Start()

void Ict.Tools.TinyWebServer.ThreadedHttpListenerWrapper.Start ( )
inline

start the listener

◆ Stop()

void Ict.Tools.TinyWebServer.ThreadedHttpListenerWrapper.Stop ( )
inline

stop the listener


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