Exemple #1
0
 public System.Threading.Tasks.Task <BoyeoZoom.ServiceReference1.PutFileResponse> PutFileAsync(byte[] buffer, string filename)
 {
     BoyeoZoom.ServiceReference1.PutFileRequest inValue = new BoyeoZoom.ServiceReference1.PutFileRequest();
     inValue.Body          = new BoyeoZoom.ServiceReference1.PutFileRequestBody();
     inValue.Body.buffer   = buffer;
     inValue.Body.filename = filename;
     return(((BoyeoZoom.ServiceReference1.WebService1Soap)(this)).PutFileAsync(inValue));
 }
Exemple #2
0
 public System.Xml.Linq.XElement PutFile(byte[] buffer, string filename)
 {
     BoyeoZoom.ServiceReference1.PutFileRequest inValue = new BoyeoZoom.ServiceReference1.PutFileRequest();
     inValue.Body          = new BoyeoZoom.ServiceReference1.PutFileRequestBody();
     inValue.Body.buffer   = buffer;
     inValue.Body.filename = filename;
     BoyeoZoom.ServiceReference1.PutFileResponse retVal = ((BoyeoZoom.ServiceReference1.WebService1Soap)(this)).PutFile(inValue);
     return(retVal.Body.PutFileResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <BoyeoZoom.ServiceReference1.PutFileResponse> BoyeoZoom.ServiceReference1.WebService1Soap.PutFileAsync(BoyeoZoom.ServiceReference1.PutFileRequest request)
 {
     return(base.Channel.PutFileAsync(request));
 }
Exemple #4
0
 BoyeoZoom.ServiceReference1.PutFileResponse BoyeoZoom.ServiceReference1.WebService1Soap.PutFile(BoyeoZoom.ServiceReference1.PutFileRequest request)
 {
     return(base.Channel.PutFile(request));
 }