C# Class RestSharp.HttpBasicAuthenticator

Inheritance: IAuthenticator
Show file Open project: restsharp/RestSharp Class Usage Examples

Public Methods

Method Description
Authenticate ( RestRequest request ) : void
HttpBasicAuthenticator ( string Username, string Password ) : System.Net

Method Details

Authenticate() public method

public Authenticate ( RestRequest request ) : void
request RestRequest
return void

HttpBasicAuthenticator() public method

public HttpBasicAuthenticator ( string Username, string Password ) : System.Net
Username string
Password string
return System.Net