Table of Contents

Class NetworkAuthenticationHandler

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Allows a user to supply authentication information for network requests.

public class NetworkAuthenticationHandler
Inheritance
NetworkAuthenticationHandler
Inherited Members

Properties

Credentials

Gets or sets the credentials to use when responding to an authentication request that matches the specified criteria.

public ICredentials Credentials { get; set; }

Property Value

ICredentials

UriMatcher

Gets or sets a function that takes a Uri object, and returns a value indicating whether the supplied URI matches the specified criteria.

public Func<Uri, bool> UriMatcher { get; set; }

Property Value

Func<Uri, bool>