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
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MultiThreadedHttpListenerServer!