Method Continue
- Namespace
- DotNetBrowser.Net.Handlers
- Assembly
- DotNetBrowser.dll
Continue(string, string)
Creates a AuthenticateResponse that continues authentication process with the specified credentials.
public static AuthenticateResponse Continue(string username, string password)
Parameters
Returns
- AuthenticateResponse
The AuthenticateResponse instance that can be used as a return value in AuthenticateHandler implementation.