Web.HTTPApp.TCustomWebAuthenticator.OnAuthenticated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAuthenticated: TWebAuthenticatedEvent read FOnAuthenticated

C++

__property TWebAuthenticatedEvent OnAuthenticated = {read=FOnAuthenticated, write=FOnAuthenticated};

Properties

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

Description

Event firing when hosting web server (Apache, ISAPI, etc) processed authentication request successfully.

See Also