Exemple #1
0
 public Authentication(string url, string user, string password, int proxyPort = 0, string proxy = null) : base(url, user, password, proxy, proxyPort)
 {
     _handler = new AuthenticationResponseHandler();
 }