public AuthHelper(string username, string password, HttpClient client, int version, NetSettingsBase settings = null) : base(username, password, client) { this.version = version; this.settings = settings; }
public Auth6Helper(string username, string password, HttpClient client, NetSettingsBase settings = null) : base(username, password, client, 6, settings) { }