Revision as of 13:12, 30 September 2007
Main page -> ICS components reference
-> THttpServer
Overview
- unit HttpSrv.pas
- inheritance THttpServer- TComponent
THttpServer component is implementing the server side HTTP protocol. HTTP protocol is the standard protocol for browsing the World Wide Web.
Properties
| Addr |
|
Binds the server to a specific IP-address and only receives request for that IP+Port.
|
Methods
| Start |
|
Starts the webserver so it lisen for incoming requests.
|
Events
How to
ICS Components Reference