Ejemplo n.º 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);
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 3
0
 public isLoginFree1(ConsoleApp8.ServiceReference1.isLoginFree isLoginFree)
 {
     this.isLoginFree = isLoginFree;
 }