Method HttpServerSession.Run
Overload
Executes the session: reads requests, calls your HttpServerSession.MessageReceived, writes responses, implements keep-alive.
protected virtual void Run()
Remarks
The server uses try/catch when calling this. Prints unhandled exceptions if HttpServerSession.Verbosetrue
. On unhandled exception closes the connection.