Beispiel #1
0
 public Lab8.ServiceReference1.isLoginFreeResponse isLoginFree(Lab8.ServiceReference1.isLoginFree isLoginFree1)
 {
     Lab8.ServiceReference1.isLoginFree1 inValue = new Lab8.ServiceReference1.isLoginFree1();
     inValue.isLoginFree = isLoginFree1;
     Lab8.ServiceReference1.isLoginFreeResponse1 retVal = ((Lab8.ServiceReference1.SomeSoapService)(this)).isLoginFree(inValue);
     return(retVal.isLoginFreeResponse);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Lab8.ServiceReference1.isLoginFreeResponse1> isLoginFreeAsync(Lab8.ServiceReference1.isLoginFree isLoginFree)
 {
     Lab8.ServiceReference1.isLoginFree1 inValue = new Lab8.ServiceReference1.isLoginFree1();
     inValue.isLoginFree = isLoginFree;
     return(((Lab8.ServiceReference1.SomeSoapService)(this)).isLoginFreeAsync(inValue));
 }
Beispiel #3
0
 public isLoginFree1(Lab8.ServiceReference1.isLoginFree isLoginFree)
 {
     this.isLoginFree = isLoginFree;
 }