FGX.WebBrowser.IFGXBasicAuthentificationHandler
Delphi
IFGXBasicAuthentificationHandler = interface (IInterface)
IInterface -> IFGXBasicAuthentificationHandler
Описание
Обработчик Basic аутентификации.
Методы
procedure
|
Proceed(const AUserName: string; const APassword: string)
Выполнение Basic аутентификации. |
procedure
|
Cancel()
Отмена запроса аутинтификации. |