Esempio n. 1
0
 public string HelloWorld()
 {
     WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequest inValue = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequest();
     inValue.Body = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequestBody();
     WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldResponse retVal = ((WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldResponse> HelloWorldAsync()
 {
     WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequest inValue = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequest();
     inValue.Body = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequestBody();
     return(((WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap)(this)).HelloWorldAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldResponse> WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap.HelloWorldAsync(WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Esempio n. 4
0
 WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldResponse WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap.HelloWorld(WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }