Contains a listener that doesn't do anything with the connections.

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

Syntax

C#
public abstract class HttpListenerBase
Visual Basic (Declaration)
Public MustInherit Class HttpListenerBase
Visual C++
public ref class HttpListenerBase abstract

Inheritance Hierarchy

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

See Also