Add Method (HttpModule)

HttpServer.dll

Add a HttpModule to the server.

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

Syntax

C#
public void Add(
	HttpModule module
)
Visual Basic (Declaration)
Public Sub Add ( _
	module As HttpModule _
)
Visual C++
public:
void Add(
	HttpModule^ module
)

Parameters

module
Type: HttpServer.HttpModules..::.HttpModule
mode to add

See Also