Unit 'IdCustomHTTPServer' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdHTTPParseAuthenticationEvent

Declaration

Source position: IdCustomHTTPServer.pas line 211

type TIdHTTPParseAuthenticationEvent = procedure(

  AContext: TIdContext;

  const AAuthType: string;

  const AAuthData: string;

  var VUsername: string;

  var VPassword: string;

  var VHandled: Boolean

) of object;



CT Web help

CodeTyphon Studio