Пример #1
0
 public bool Append(string fileName, byte[] buffer)
 {
     WindowsFormsApplication1.ServiceReference1.AppendRequest inValue = new WindowsFormsApplication1.ServiceReference1.AppendRequest();
     inValue.Body          = new WindowsFormsApplication1.ServiceReference1.AppendRequestBody();
     inValue.Body.fileName = fileName;
     inValue.Body.buffer   = buffer;
     WindowsFormsApplication1.ServiceReference1.AppendResponse retVal = ((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).Append(inValue);
     return(retVal.Body.AppendResult);
 }
Пример #2
0
 WindowsFormsApplication1.ServiceReference1.AppendResponse WindowsFormsApplication1.ServiceReference1.WebService1Soap.Append(WindowsFormsApplication1.ServiceReference1.AppendRequest request)
 {
     return(base.Channel.Append(request));
 }