Table of Contents

Property AuthenticateHandler

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

AuthenticateHandler

Gets or sets a handler that is used when the website requests authentication.

IHandler<AuthenticateParameters, AuthenticateResponse> AuthenticateHandler { get; set; }

Property Value

IHandler<AuthenticateParameters, AuthenticateResponse>

Remarks

Use the Continue(string, string) method to continue authentication process.

Use the Cancel() method to cancel authentication process.

If exception occurs inside the handler, the default behavior will be applied - the Cancel() method will be used.

Exceptions

ObjectDisposedException

The INetwork object has already been disposed.