Click or drag to resize

AuthenticateResponseContinue Method

Creates a AuthenticateResponse that continues authentication process with the specified credentials.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public static AuthenticateResponse Continue(
	string username,
	string password
)

Parameters

username
Type: SystemString
Username used for authentication
password
Type: SystemString
Password used for authentication

Return Value

Type: AuthenticateResponse
The AuthenticateResponse instance that can be used as a return value in AuthenticateHandler implementation.
See Also