Web.HTTPApp.TCustomWebAuthenticator.OnAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAuthenticate: TWebAuthenticateEvent read FOnAuthenticate

C++

__property TWebAuthenticateEvent OnAuthenticate = {read=FOnAuthenticate, write=FOnAuthenticate};

Properties

Type Visibility Source Unit Parent
event public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebAuthenticator

Description

Event firing when the authenticate request is received and validated, and the hosting web server (Apache, ISAPI, etc) is not processed.

See Also