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