コード例 #1
0
 public string hello(string name)
 {
     WS_C____.WS.helloRequest inValue = new WS_C____.WS.helloRequest();
     inValue.name = name;
     WS_C____.WS.helloResponse retVal = ((WS_C____.WS.WSAndroid)(this)).hello(inValue);
     return(retVal.@return);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <WS_C____.WS.helloResponse> helloAsync(string name)
 {
     WS_C____.WS.helloRequest inValue = new WS_C____.WS.helloRequest();
     inValue.name = name;
     return(((WS_C____.WS.WSAndroid)(this)).helloAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <WS_C____.WS.helloResponse> WS_C____.WS.WSAndroid.helloAsync(WS_C____.WS.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
コード例 #4
0
 WS_C____.WS.helloResponse WS_C____.WS.WSAndroid.hello(WS_C____.WS.helloRequest request)
 {
     return(base.Channel.hello(request));
 }