THttpDispatcher.RemoveModule Method
Removes a previously registered module from the dispatcher, destroying it.
Syntax
Unit: Sparkle.HttpServer.Dispatcher
procedure THttpDispatcher.RemoveModule(AModule: THttpServerModule);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AModule | THttpServerModule | The module to remove. |