C# Класс FluentHttp.Authenticators.HttpBasicAuthenticator

Represents a http basic authenticator.
Наследование: IFluentAuthenticator
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Authenticate() публичный Метод

Authenticates the fluent http request using http basic authentication.
public Authenticate ( FluentHttpRequest fluentHttpRequest ) : void
fluentHttpRequest FluentHttpRequest /// The fluent http request. ///
Результат void

HttpBasicAuthenticator() публичный Метод

Initializes a new instance of the HttpBasicAuthenticator class.
public HttpBasicAuthenticator ( string username, string password ) : System
username string
password string
Результат System