Unit 'flcHTTPServer' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

TfclHTTPServer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcHTTPServer.pas line 474

type TfclHTTPServer = class(TF5HTTPServer)

published

  property OnLog: THTTPServerLogEvent;

  

  property OnStart: THTTPServerEvent;

  

  property OnStop: THTTPServerEvent;

  

  property OnActive: THTTPServerEvent;

  

  property OnInactive: THTTPServerEvent;

  

  property OnRequestHeader: THTTPServerClientEvent;

  

  property OnRequestContent: THTTPServerClientContentEvent;

  

  property OnRequestComplete: THTTPServerClientEvent;

  

  property OnPrepareResponse: THTTPServerClientEvent;

  

  property OnResponseComplete: THTTPServerClientEvent;

  

  property AddressFamily: THTTPServerAddressFamily;

  

  property BindAddress: string;

  

  property ServerPort: Integer;

  

  property MaxBacklog: Integer;

  

  property MaxClients: Integer;

  

  property ServerName: RawByteString;

  

  property RequestContentMechanism: THTTPContentReaderMechanism;

  

  property Active: Boolean;

  

end;

Inheritance

TfclHTTPServer

  

|

TF5HTTPServer

  

|

TObject



CT Web help

CodeTyphon Studio