ServerThe server is the heart of the webserver.
Creating an instance of this class will set up a thread running the Listening method. This method uses Sockets to let other network devices connect via Webbrowser request.
If request bytes comes in, they will be wrapped in an instance of
Request . This instance will be combined with other informations to an
RequestReceivedEventArgs. This is the information basic for all request handling methods, so called
Responses.