Difference between revisions of "THttpServer"

From Overbyte
Jump to navigation Jump to search
(No difference)

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

OnGetDocument Processes requests for documents.

How to


ICS Components Reference