예제 #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);
 }
예제 #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));
 }
예제 #3
0
 System.Threading.Tasks.Task <Lab8.ServiceReference1.isLoginFreeResponse1> Lab8.ServiceReference1.SomeSoapService.isLoginFreeAsync(Lab8.ServiceReference1.isLoginFree1 request)
 {
     return(base.Channel.isLoginFreeAsync(request));
 }
예제 #4
0
 Lab8.ServiceReference1.isLoginFreeResponse1 Lab8.ServiceReference1.SomeSoapService.isLoginFree(Lab8.ServiceReference1.isLoginFree1 request)
 {
     return(base.Channel.isLoginFree(request));
 }