Esempio n. 1
0
 public System.Threading.Tasks.Task <ServiceReference.AuthenticateResponse> AuthenticateAsync(string username, string password)
 {
     ServiceReference.AuthenticateRequest inValue = new ServiceReference.AuthenticateRequest();
     inValue.Body          = new ServiceReference.AuthenticateRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     return(((ServiceReference.LoginSoap)(this)).AuthenticateAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <ServiceReference.AuthenticateResponse> ServiceReference.LoginSoap.AuthenticateAsync(ServiceReference.AuthenticateRequest request)
 {
     return(base.Channel.AuthenticateAsync(request));
 }