示例#1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication3.ServiceReference3.UploadResponse> UploadAsync(byte[] contents, string filenamesave)
 {
     WindowsFormsApplication3.ServiceReference3.UploadRequest inValue = new WindowsFormsApplication3.ServiceReference3.UploadRequest();
     inValue.contents     = contents;
     inValue.filenamesave = filenamesave;
     return(((WindowsFormsApplication3.ServiceReference3.WebService2Soap)(this)).UploadAsync(inValue));
 }
示例#2
0
 public void Upload(byte[] contents, string filenamesave)
 {
     WindowsFormsApplication3.ServiceReference3.UploadRequest inValue = new WindowsFormsApplication3.ServiceReference3.UploadRequest();
     inValue.contents     = contents;
     inValue.filenamesave = filenamesave;
     WindowsFormsApplication3.ServiceReference3.UploadResponse retVal = ((WindowsFormsApplication3.ServiceReference3.WebService2Soap)(this)).Upload(inValue);
 }
示例#3
0
 System.Threading.Tasks.Task <WindowsFormsApplication3.ServiceReference3.UploadResponse> WindowsFormsApplication3.ServiceReference3.WebService2Soap.UploadAsync(WindowsFormsApplication3.ServiceReference3.UploadRequest request)
 {
     return(base.Channel.UploadAsync(request));
 }
示例#4
0
 WindowsFormsApplication3.ServiceReference3.UploadResponse WindowsFormsApplication3.ServiceReference3.WebService2Soap.Upload(WindowsFormsApplication3.ServiceReference3.UploadRequest request)
 {
     return(base.Channel.Upload(request));
 }