HttpListenerServer is a multithreaded simple webserver written in C#, made in Visual Studio 2012.This project uses the HttpListener Class (System.Net) to create a simple webserver. This class provides a simple HTTP protocol listener. The webserver is capable of listening to mutilple calls through multiple domains. The request data(JSON/Text) is also handled in the web server callback.This webserver listens for requests on the port 8000 on the localhost.
The code also includes commented code for response and for sending and receiving custom headers in the request.
Other Useful Business Software
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MultiThreadedHttpListenerServer!