Exemplo n.º 1
0
 public string[] showProfile(string inputPhoneNumber)
 {
     WpfApp1.UTIL.showProfileRequest inValue = new WpfApp1.UTIL.showProfileRequest();
     inValue.inputPhoneNumber = inputPhoneNumber;
     WpfApp1.UTIL.showProfileResponse retVal = ((WpfApp1.UTIL.ServicesPortType)(this)).showProfile(inValue);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <WpfApp1.UTIL.showProfileResponse> showProfileAsync(string inputPhoneNumber)
 {
     WpfApp1.UTIL.showProfileRequest inValue = new WpfApp1.UTIL.showProfileRequest();
     inValue.inputPhoneNumber = inputPhoneNumber;
     return(((WpfApp1.UTIL.ServicesPortType)(this)).showProfileAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WpfApp1.UTIL.showProfileResponse> WpfApp1.UTIL.ServicesPortType.showProfileAsync(WpfApp1.UTIL.showProfileRequest request)
 {
     return(base.Channel.showProfileAsync(request));
 }
Exemplo n.º 4
0
 WpfApp1.UTIL.showProfileResponse WpfApp1.UTIL.ServicesPortType.showProfile(WpfApp1.UTIL.showProfileRequest request)
 {
     return(base.Channel.showProfile(request));
 }