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