Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WebPrint.ServiceReferenc2.ReturnValue> UploadAsync(string FileName, System.IO.Stream Stream)
 {
     WebPrint.ServiceReferenc2.FiledMetadata inValue = new WebPrint.ServiceReferenc2.FiledMetadata();
     inValue.FileName = FileName;
     inValue.Stream   = Stream;
     return(((WebPrint.ServiceReferenc2.IService1)(this)).UploadAsync(inValue));
 }
Exemplo n.º 2
0
 public bool Upload(string FileName, System.IO.Stream Stream)
 {
     WebPrint.ServiceReferenc2.FiledMetadata inValue = new WebPrint.ServiceReferenc2.FiledMetadata();
     inValue.FileName = FileName;
     inValue.Stream   = Stream;
     WebPrint.ServiceReferenc2.ReturnValue retVal = ((WebPrint.ServiceReferenc2.IService1)(this)).Upload(inValue);
     return(retVal.UploadSucceed);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WebPrint.ServiceReferenc2.ReturnValue> WebPrint.ServiceReferenc2.IService1.UploadAsync(WebPrint.ServiceReferenc2.FiledMetadata request)
 {
     return(base.Channel.UploadAsync(request));
 }
Exemplo n.º 4
0
 WebPrint.ServiceReferenc2.ReturnValue WebPrint.ServiceReferenc2.IService1.Upload(WebPrint.ServiceReferenc2.FiledMetadata request)
 {
     return(base.Channel.Upload(request));
 }