Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference1.LoginResponse> LoginAsync(string usu, string pass)
 {
     ServiceReference1.LoginRequest inValue = new ServiceReference1.LoginRequest();
     inValue.Body      = new ServiceReference1.LoginRequestBody();
     inValue.Body.usu  = usu;
     inValue.Body.pass = pass;
     return(((ServiceReference1.ServiceProcessSoap)(this)).LoginAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReference1.LoginResponse> ServiceReference1.ServiceProcessSoap.LoginAsync(ServiceReference1.LoginRequest request)
 {
     return(base.Channel.LoginAsync(request));
 }