Method | 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.
|
public Authenticate ( FluentHttpRequest fluentHttpRequest ) : void | ||
fluentHttpRequest | FluentHttpRequest | /// The fluent http request. /// |
return | void |
public HttpBasicAuthenticator ( string username, string password ) : System | ||
username | string | |
password | string | |
return | System |