C# 클래스 FluentHttp.Authenticators.HttpBasicAuthenticator

Represents a http basic authenticator.
상속: IFluentAuthenticator
파일 보기 프로젝트 열기: prabirshrestha/FluentHttp

공개 메소드들

메소드 설명
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