Table of Contents

Class AuthenticateResponse

Namespace
DotNetBrowser.Net.Handlers
Assembly
DotNetBrowser.dll

A response for the AuthenticateHandler.

public sealed class AuthenticateResponse
Inheritance
AuthenticateResponse
Inherited Members

Properties

Password

Gets the password that will be used for authenticating on a server or a proxy.

Username

Gets the username that will be used for authenticating on a server or a proxy.

Methods

Cancel()

Creates a AuthenticateResponse that cancels authentication process.

Continue(string, string)

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