New implementation of the HTTP listener.

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

Syntax

C#
public class HttpListener : HttpListenerBase
Visual Basic (Declaration)
Public Class HttpListener _
	Inherits HttpListenerBase
Visual C++
public ref class HttpListener : public HttpListenerBase

Remarks

Use the Create methods to create a default listener.

Inheritance Hierarchy

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

See Also