Exemple #1
0
 public string HelloWorld()
 {
     RoadCover.SMSGataway.ServiceReference1.HelloWorldRequest inValue = new RoadCover.SMSGataway.ServiceReference1.HelloWorldRequest();
     inValue.Body = new RoadCover.SMSGataway.ServiceReference1.HelloWorldRequestBody();
     RoadCover.SMSGataway.ServiceReference1.HelloWorldResponse retVal = ((RoadCover.SMSGataway.ServiceReference1.downloaderSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <RoadCover.SMSGataway.ServiceReference1.HelloWorldResponse> HelloWorldAsync()
 {
     RoadCover.SMSGataway.ServiceReference1.HelloWorldRequest inValue = new RoadCover.SMSGataway.ServiceReference1.HelloWorldRequest();
     inValue.Body = new RoadCover.SMSGataway.ServiceReference1.HelloWorldRequestBody();
     return(((RoadCover.SMSGataway.ServiceReference1.downloaderSoap)(this)).HelloWorldAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <RoadCover.SMSGataway.ServiceReference1.HelloWorldResponse> RoadCover.SMSGataway.ServiceReference1.downloaderSoap.HelloWorldAsync(RoadCover.SMSGataway.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Exemple #4
0
 RoadCover.SMSGataway.ServiceReference1.HelloWorldResponse RoadCover.SMSGataway.ServiceReference1.downloaderSoap.HelloWorld(RoadCover.SMSGataway.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }