Ejemplo n.º 1
0
 public VideosServiceClient(string username, string password, string accessKey)
 {
     Username = username;
     Password = password;
     AccessKey = accessKey;
     this._client = new VideosSoapSecureClient();
 }
 public VideosServiceClient(string username, string password, string accessKey)
 {
     Username     = username;
     Password     = password;
     AccessKey    = accessKey;
     this._client = new VideosSoapSecureClient();
 }