New implementation of the HTTP listener.
Namespace:
HttpServerAssembly: 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.