IAuthCallbackContinue Method |
Version 87.1.132
Continue the authentication request.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax void Continue(
string username,
string password
)
void Continue(
String^ username,
String^ password
)
Parameters
- username
- Type: SystemString
requested username - password
- Type: SystemString
requested password
See Also