Registers the module with the factory
Source position: fphttp.pp line 129
public class procedure TCustomHTTPModule.RegisterModule( |
const AModuleName: string = '' |
); overload; |
const AModuleName: string; |
ASkipStreaming: Boolean |
); overload; |
AModuleName |
|
Name to register the module under |
AModuleName |
|
Name to register the module under |
ASkipStreaming |
|
Whether to skip component streaming |
RegisterModule registers this HTTP module class with the module factory using the specified name.