C# Class FluentHttp.Authenticators.HttpBasicAuthenticator

Represents a http basic authenticator.
Inheritance: IFluentAuthenticator
Afficher le fichier Open project: prabirshrestha/FluentHttp

Méthodes publiques

Méthode Description
Authenticate ( FluentHttpRequest fluentHttpRequest ) : void

Authenticates the fluent http request using http basic authentication.

HttpBasicAuthenticator ( string username, string password ) : System

Initializes a new instance of the HttpBasicAuthenticator class.

Method Details

Authenticate() public méthode

Authenticates the fluent http request using http basic authentication.
public Authenticate ( FluentHttpRequest fluentHttpRequest ) : void
fluentHttpRequest FluentHttpRequest /// The fluent http request. ///
Résultat void

HttpBasicAuthenticator() public méthode

Initializes a new instance of the HttpBasicAuthenticator class.
public HttpBasicAuthenticator ( string username, string password ) : System
username string
password string
Résultat System