Esempio n. 1
0
        public ZetaUploaderCommunicationClientTransferResult SendFile(ZetaUploaderCommunicationClientTransferInformation information)
        {
            var results = this.Invoke("SendFile", new object[] {
                information
            });

            return((ZetaUploaderCommunicationClientTransferResult)(results[0]));
        }
Esempio n. 2
0
 /// <remarks/>
 public void SendFileAsync(ZetaUploaderCommunicationClientTransferInformation information, object userState)
 {
     if ((this.SendFileOperationCompleted == null))
     {
         this.SendFileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendFileOperationCompleted);
     }
     this.InvokeAsync("SendFile", new object[] {
         information
     }, this.SendFileOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void SendFileAsync(ZetaUploaderCommunicationClientTransferInformation information)
 {
     this.SendFileAsync(information, null);
 }