Пример #1
0
 public System.IAsyncResult Begintest(string TransNo, string Inxml, System.AsyncCallback callback, object asyncState)
 {
     WindowsFormsApp1.ServiceReference2.testRequest inValue = new WindowsFormsApp1.ServiceReference2.testRequest();
     inValue.TransNo = TransNo;
     inValue.Inxml   = Inxml;
     return(((WindowsFormsApp1.ServiceReference2.STYDJYPortType)(this)).Begintest(inValue, callback, asyncState));
 }
Пример #2
0
 public string test(string TransNo, string Inxml)
 {
     WindowsFormsApp1.ServiceReference2.testRequest inValue = new WindowsFormsApp1.ServiceReference2.testRequest();
     inValue.TransNo = TransNo;
     inValue.Inxml   = Inxml;
     WindowsFormsApp1.ServiceReference2.testResponse retVal = ((WindowsFormsApp1.ServiceReference2.STYDJYPortType)(this)).test(inValue);
     return(retVal.@return);
 }
Пример #3
0
 System.IAsyncResult WindowsFormsApp1.ServiceReference2.STYDJYPortType.Begintest(WindowsFormsApp1.ServiceReference2.testRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.Begintest(request, callback, asyncState));
 }
Пример #4
0
 WindowsFormsApp1.ServiceReference2.testResponse WindowsFormsApp1.ServiceReference2.STYDJYPortType.test(WindowsFormsApp1.ServiceReference2.testRequest request)
 {
     return(base.Channel.test(request));
 }