THttpServer

From Overbyte
Revision as of 13:12, 30 September 2007 by Frla (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

OnGetDocument Processes requests for documents.

How to


ICS Components Reference