Method Handle
- Namespace
- DotNetBrowser.WinForms.Dialogs
- Assembly
- DotNetBrowser.WinForms.dll
Handle(AuthenticateParameters)
This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.
public AuthenticateResponse Handle(AuthenticateParameters parameters)
Parameters
parameters
AuthenticateParametersthe handler parameters.
Returns
- AuthenticateResponse
an object that represents the response that should be determined based on the provided parameters.