Comparteix a través de


AuthorityResolver Class

Definition

Probes API endpoint to elicit a 401 response with the WWW-Authenticate header and processes the found information

public sealed class AuthorityResolver
type AuthorityResolver = class
Public NotInheritable Class AuthorityResolver
Inheritance
AuthorityResolver

Constructors

AuthorityResolver(HttpClient, Action<TraceEventType,String>)

instantiate resolver, using specified HttpClient to be used.

Methods

ProbeForExpectedAuthentication(Uri, Boolean)

Attemtps to solicit a WWW-Authenticate reply using an unauthenticated GET call to the given endpoint. Parses returned header for details

Applies to