Esempio n. 1
0
 public string sendRecv(string arg0, string arg1, string arg2, string arg3, string arg4, string arg5, string arg6)
 {
     WindowsFormsApp1.ServiceReference1.sendRecv inValue = new WindowsFormsApp1.ServiceReference1.sendRecv();
     inValue.Body      = new WindowsFormsApp1.ServiceReference1.sendRecvBody();
     inValue.Body.arg0 = arg0;
     inValue.Body.arg1 = arg1;
     inValue.Body.arg2 = arg2;
     inValue.Body.arg3 = arg3;
     inValue.Body.arg4 = arg4;
     inValue.Body.arg5 = arg5;
     inValue.Body.arg6 = arg6;
     WindowsFormsApp1.ServiceReference1.sendRecvResponse retVal = ((WindowsFormsApp1.ServiceReference1.YsxtMainService)(this)).sendRecv(inValue);
     return(retVal.Body.@return);
 }
Esempio n. 2
0
 WindowsFormsApp1.ServiceReference1.sendRecvResponse WindowsFormsApp1.ServiceReference1.YsxtMainService.sendRecv(WindowsFormsApp1.ServiceReference1.sendRecv request)
 {
     return(base.Channel.sendRecv(request));
 }