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