コード例 #1
0
 public System.Threading.Tasks.Task <New.ServiceReference1.LoginFuncResponse> LoginFuncAsync(string email, string password)
 {
     New.ServiceReference1.LoginFuncRequest inValue = new New.ServiceReference1.LoginFuncRequest();
     inValue.Body          = new New.ServiceReference1.LoginFuncRequestBody();
     inValue.Body.email    = email;
     inValue.Body.password = password;
     return(((New.ServiceReference1.WebService1Soap)(this)).LoginFuncAsync(inValue));
 }
コード例 #2
0
 public bool LoginFunc(string email, string password)
 {
     New.ServiceReference1.LoginFuncRequest inValue = new New.ServiceReference1.LoginFuncRequest();
     inValue.Body          = new New.ServiceReference1.LoginFuncRequestBody();
     inValue.Body.email    = email;
     inValue.Body.password = password;
     New.ServiceReference1.LoginFuncResponse retVal = ((New.ServiceReference1.WebService1Soap)(this)).LoginFunc(inValue);
     return(retVal.Body.LoginFuncResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <New.ServiceReference1.LoginFuncResponse> New.ServiceReference1.WebService1Soap.LoginFuncAsync(New.ServiceReference1.LoginFuncRequest request)
 {
     return(base.Channel.LoginFuncAsync(request));
 }
コード例 #4
0
 New.ServiceReference1.LoginFuncResponse New.ServiceReference1.WebService1Soap.LoginFunc(New.ServiceReference1.LoginFuncRequest request)
 {
     return(base.Channel.LoginFunc(request));
 }