Table of Contents

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

username string

Username used for authentication

password string

Password used for authentication

Returns

AuthenticateResponse

The AuthenticateResponse instance that can be used as a return value in AuthenticateHandler implementation.