Org.Apache.Http.Authentication.IAuthScheme Members

The members of Org.Apache.Http.Authentication.IAuthScheme are listed below.

Public Properties

[read-only]
IsCompletebool. Authentication process may involve a series of challenge-response exchanges.
[read-only]
IsConnectionBasedbool. Tests if the authentication scheme is provides authorization on a per connection basis instead of usual per request basis
[read-only]
Realmstring. Returns authentication realm.
[read-only]
SchemeNamestring. Returns textual designation of the given authentication scheme.

Public Methods

Authenticate(ICredentials, Org.Apache.Http.IHttpRequest) : Org.Apache.Http.IHeader
Produces an authorization string for the given set of Org.Apache.Http.Authentication.ICredentials.
GetParameter(string) : string
Returns authentication parameter with the given name, if available.
ProcessChallenge(Org.Apache.Http.IHeader)
Processes the given challenge token.