BasicAuthenticationCredential public class BasicAuthenticationCredential : IHttpCredential Documentation public string Password { get; set; } public string UserName { get; set; } public BasicAuthenticationCredential() public BasicAuthenticationCredential(string userName, string password) public ICredentials CreateCredentials() public IHttpCredential DeepCopy() public string GetAuthenticationHeader() public void RefreshCredentials()