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); }
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)); }
System.Threading.Tasks.Task <WS_C____.WS.helloResponse> WS_C____.WS.WSAndroid.helloAsync(WS_C____.WS.helloRequest request) { return(base.Channel.helloAsync(request)); }
WS_C____.WS.helloResponse WS_C____.WS.WSAndroid.hello(WS_C____.WS.helloRequest request) { return(base.Channel.hello(request)); }