示例#1
0
 public string HelloWorld()
 {
     SKH_GS_MVC.SKH_Check.HelloWorldRequest inValue = new SKH_GS_MVC.SKH_Check.HelloWorldRequest();
     inValue.Body = new SKH_GS_MVC.SKH_Check.HelloWorldRequestBody();
     SKH_GS_MVC.SKH_Check.HelloWorldResponse retVal = ((SKH_GS_MVC.SKH_Check.ServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <SKH_GS_MVC.SKH_Check.HelloWorldResponse> HelloWorldAsync()
 {
     SKH_GS_MVC.SKH_Check.HelloWorldRequest inValue = new SKH_GS_MVC.SKH_Check.HelloWorldRequest();
     inValue.Body = new SKH_GS_MVC.SKH_Check.HelloWorldRequestBody();
     return(((SKH_GS_MVC.SKH_Check.ServiceSoap)(this)).HelloWorldAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <SKH_GS_MVC.SKH_Check.HelloWorldResponse> SKH_GS_MVC.SKH_Check.ServiceSoap.HelloWorldAsync(SKH_GS_MVC.SKH_Check.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
示例#4
0
 SKH_GS_MVC.SKH_Check.HelloWorldResponse SKH_GS_MVC.SKH_Check.ServiceSoap.HelloWorld(SKH_GS_MVC.SKH_Check.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }