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