Пример #1
0
 public PhotosServiceClient(string username, string password, string accesskey)
 {
     this.Username = username;
     this.Password = password;
     this.Accesskey = accesskey;
     this._client = new PhotosSoapSecureClient();
 }
 public PhotosServiceClient(string username, string password, string accesskey)
 {
     this.Username  = username;
     this.Password  = password;
     this.Accesskey = accesskey;
     this._client   = new PhotosSoapSecureClient();
 }