Table of Contents

Class AuthenticateParameters

Namespace
DotNetBrowser.Net.Handlers
Assembly
DotNetBrowser.dll

The parameters of the AuthenticateHandler.

public sealed class AuthenticateParameters : NetworkParameters
Inheritance
AuthenticateParameters
Inherited Members

Properties

Host

Gets the host of the service issuing the authentication challenge.

IsProxy

Indicates whether this authentication challenge came from a server or a proxy.

Port

Gets the port of the service issuing the authentication challenge.

Realm

Gets the realm of the authentication challenge. This method can return empty string.

Scheme

Gets the authentication scheme used, such as "basic" or "digest". In case of FTP server, this method returns empty string.

Url

Gets the URL of a web page that causes authentication.

Methods

ToString()