Beispiel #1
0
 public string LoginSMS(string RequestInfo)
 {
     WindowsFormsApplication2.ServiceReference3.LoginSMSRequest inValue = new WindowsFormsApplication2.ServiceReference3.LoginSMSRequest();
     inValue.RequestInfo = RequestInfo;
     WindowsFormsApplication2.ServiceReference3.LoginSMSResponse retVal = ((WindowsFormsApplication2.ServiceReference3.CQWebServices)(this)).LoginSMS(inValue);
     return(retVal.LoginSMSReturn);
 }
Beispiel #2
0
 public System.IAsyncResult BeginLoginSMS(string RequestInfo, System.AsyncCallback callback, object asyncState)
 {
     WindowsFormsApplication2.ServiceReference3.LoginSMSRequest inValue = new WindowsFormsApplication2.ServiceReference3.LoginSMSRequest();
     inValue.RequestInfo = RequestInfo;
     return(((WindowsFormsApplication2.ServiceReference3.CQWebServices)(this)).BeginLoginSMS(inValue, callback, asyncState));
 }
Beispiel #3
0
 System.IAsyncResult WindowsFormsApplication2.ServiceReference3.CQWebServices.BeginLoginSMS(WindowsFormsApplication2.ServiceReference3.LoginSMSRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginLoginSMS(request, callback, asyncState));
 }
Beispiel #4
0
 WindowsFormsApplication2.ServiceReference3.LoginSMSResponse WindowsFormsApplication2.ServiceReference3.CQWebServices.LoginSMS(WindowsFormsApplication2.ServiceReference3.LoginSMSRequest request)
 {
     return(base.Channel.LoginSMS(request));
 }