







A reverse proxy are used to act as a bridge between local (protected/hidden) websites
and public clients.
A typical usage is to allow web servers on non standard ports to still be available
to the public clients, or allow web servers on private ips to be available.
Namespace:
HttpServer.HttpModules
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class ReverseProxyModule : HttpModule |
Visual Basic (Declaration) |
---|
Public Class ReverseProxyModule _ Inherits HttpModule |
Visual C++ |
---|
public ref class ReverseProxyModule : public HttpModule |
Inheritance Hierarchy
System..::.Object
HttpServer.HttpModules..::.HttpModule
HttpServer.HttpModules..::.ReverseProxyModule
HttpServer.HttpModules..::.HttpModule
HttpServer.HttpModules..::.ReverseProxyModule