Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsFormsClient.ServiceReference1.UploadFileResponse> UploadFileAsync(string description, string name, string path)
 {
     WindowsFormsClient.ServiceReference1.ResponseFilePathMessage inValue = new WindowsFormsClient.ServiceReference1.ResponseFilePathMessage();
     inValue.description = description;
     inValue.name        = name;
     inValue.path        = path;
     return(((WindowsFormsClient.ServiceReference1.IService1)(this)).UploadFileAsync(inValue));
 }
Exemplo n.º 2
0
 public void UploadFile(string description, string name, string path)
 {
     WindowsFormsClient.ServiceReference1.ResponseFilePathMessage inValue = new WindowsFormsClient.ServiceReference1.ResponseFilePathMessage();
     inValue.description = description;
     inValue.name        = name;
     inValue.path        = path;
     WindowsFormsClient.ServiceReference1.UploadFileResponse retVal = ((WindowsFormsClient.ServiceReference1.IService1)(this)).UploadFile(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WindowsFormsClient.ServiceReference1.UploadFileResponse> WindowsFormsClient.ServiceReference1.IService1.UploadFileAsync(WindowsFormsClient.ServiceReference1.ResponseFilePathMessage request)
 {
     return(base.Channel.UploadFileAsync(request));
 }
Exemplo n.º 4
0
 WindowsFormsClient.ServiceReference1.UploadFileResponse WindowsFormsClient.ServiceReference1.IService1.UploadFile(WindowsFormsClient.ServiceReference1.ResponseFilePathMessage request)
 {
     return(base.Channel.UploadFile(request));
 }