Org.Apache.Http.Authentication.IAuthScheme: Method Members

The methods of Org.Apache.Http.Authentication.IAuthScheme are listed below. For a list of all members, see the IAuthScheme Members list.

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.