Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdHTTPServer.Create
TIdHTTPServer
Constructor for the object instance.
constructor
Create(AOwner: TComponent);
override
;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the constructor for the
TIdHTTPServer
instance. Create relies on the inherited Create method, and initializes the following server properties:
DefaultPort
- port number
IdPORT_HTTP
.
ParseParams
- requests parsing of query parameters.
SessionList
- creates the list for persistent HTTP sessions.
MIMETable
- creates the cached MIME table.