HttpListener Class

HttpServer.dll

HTTP Listener waits for HTTP connections and provide us with HttpListenerContexts using the RequestHandler delegate.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class HttpListener
Visual Basic (Declaration)
Public Class HttpListener
Visual C++
public ref class HttpListener

Inheritance Hierarchy

System..::.Object
  HttpServer..::.HttpListener

See Also