예제 #1
0
 public string hello(string name)
 {
     WpfApplicationSysDis.ServiceReferenceWS.helloRequest inValue = new WpfApplicationSysDis.ServiceReferenceWS.helloRequest();
     inValue.name = name;
     WpfApplicationSysDis.ServiceReferenceWS.helloResponse retVal = ((WpfApplicationSysDis.ServiceReferenceWS.WSSoap)(this)).hello(inValue);
     return(retVal.@return);
 }
예제 #2
0
 public System.Threading.Tasks.Task <WpfApplicationSysDis.ServiceReferenceWS.helloResponse> helloAsync(string name)
 {
     WpfApplicationSysDis.ServiceReferenceWS.helloRequest inValue = new WpfApplicationSysDis.ServiceReferenceWS.helloRequest();
     inValue.name = name;
     return(((WpfApplicationSysDis.ServiceReferenceWS.WSSoap)(this)).helloAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <WpfApplicationSysDis.ServiceReferenceWS.helloResponse> WpfApplicationSysDis.ServiceReferenceWS.WSSoap.helloAsync(WpfApplicationSysDis.ServiceReferenceWS.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
예제 #4
0
 WpfApplicationSysDis.ServiceReferenceWS.helloResponse WpfApplicationSysDis.ServiceReferenceWS.WSSoap.hello(WpfApplicationSysDis.ServiceReferenceWS.helloRequest request)
 {
     return(base.Channel.hello(request));
 }