Example #1
0
 public ConsoleApp8.ServiceReference1.isLoginFreeResponse isLoginFree(ConsoleApp8.ServiceReference1.isLoginFree isLoginFree1)
 {
     ConsoleApp8.ServiceReference1.isLoginFree1 inValue = new ConsoleApp8.ServiceReference1.isLoginFree1();
     inValue.isLoginFree = isLoginFree1;
     ConsoleApp8.ServiceReference1.isLoginFreeResponse1 retVal = ((ConsoleApp8.ServiceReference1.SomeSoapService)(this)).isLoginFree(inValue);
     return(retVal.isLoginFreeResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <ConsoleApp8.ServiceReference1.isLoginFreeResponse1> isLoginFreeAsync(ConsoleApp8.ServiceReference1.isLoginFree isLoginFree)
 {
     ConsoleApp8.ServiceReference1.isLoginFree1 inValue = new ConsoleApp8.ServiceReference1.isLoginFree1();
     inValue.isLoginFree = isLoginFree;
     return(((ConsoleApp8.ServiceReference1.SomeSoapService)(this)).isLoginFreeAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <ConsoleApp8.ServiceReference1.isLoginFreeResponse1> ConsoleApp8.ServiceReference1.SomeSoapService.isLoginFreeAsync(ConsoleApp8.ServiceReference1.isLoginFree1 request)
 {
     return(base.Channel.isLoginFreeAsync(request));
 }
Example #4
0
 ConsoleApp8.ServiceReference1.isLoginFreeResponse1 ConsoleApp8.ServiceReference1.SomeSoapService.isLoginFree(ConsoleApp8.ServiceReference1.isLoginFree1 request)
 {
     return(base.Channel.isLoginFree(request));
 }