Class NetworkAuthenticationHandler
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
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; }