Exemple #1
0
 public string CoverFile(byte[] fileBt, string fileName, bool ifCreate)
 {
     gkfqd.ServiceReference3.CoverFileRequest inValue = new gkfqd.ServiceReference3.CoverFileRequest();
     inValue.Body          = new gkfqd.ServiceReference3.CoverFileRequestBody();
     inValue.Body.fileBt   = fileBt;
     inValue.Body.fileName = fileName;
     inValue.Body.ifCreate = ifCreate;
     gkfqd.ServiceReference3.CoverFileResponse retVal = ((gkfqd.ServiceReference3.Service1Soap)(this)).CoverFile(inValue);
     return(retVal.Body.CoverFileResult);
 }
Exemple #2
0
 gkfqd.ServiceReference3.CoverFileResponse gkfqd.ServiceReference3.Service1Soap.CoverFile(gkfqd.ServiceReference3.CoverFileRequest request)
 {
     return(base.Channel.CoverFile(request));
 }