Example #1
0
 public System.Threading.Tasks.Task <GestionProjet.ServiceReference1.LoginResponse> LoginAsync(string userID, string password)
 {
     GestionProjet.ServiceReference1.LoginRequest inValue = new GestionProjet.ServiceReference1.LoginRequest();
     inValue.Body          = new GestionProjet.ServiceReference1.LoginRequestBody();
     inValue.Body.userID   = userID;
     inValue.Body.password = password;
     return(((GestionProjet.ServiceReference1.WebService1Soap)(this)).LoginAsync(inValue));
 }
Example #2
0
 public void Login(string userID, string password)
 {
     GestionProjet.ServiceReference1.LoginRequest inValue = new GestionProjet.ServiceReference1.LoginRequest();
     inValue.Body          = new GestionProjet.ServiceReference1.LoginRequestBody();
     inValue.Body.userID   = userID;
     inValue.Body.password = password;
     GestionProjet.ServiceReference1.LoginResponse retVal = ((GestionProjet.ServiceReference1.WebService1Soap)(this)).Login(inValue);
 }
Example #3
0
 System.Threading.Tasks.Task <GestionProjet.ServiceReference1.LoginResponse> GestionProjet.ServiceReference1.WebService1Soap.LoginAsync(GestionProjet.ServiceReference1.LoginRequest request)
 {
     return(base.Channel.LoginAsync(request));
 }
Example #4
0
 GestionProjet.ServiceReference1.LoginResponse GestionProjet.ServiceReference1.WebService1Soap.Login(GestionProjet.ServiceReference1.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }