IAuthCallbackContinue Method |
Version 101.0.180
Continue the authentication request.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.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