Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Desktop.LoginServiceReference.LoginResponse> LoginAsync(string kullanici, string sifre)
 {
     Desktop.LoginServiceReference.LoginRequest inValue = new Desktop.LoginServiceReference.LoginRequest();
     inValue.Body           = new Desktop.LoginServiceReference.LoginRequestBody();
     inValue.Body.kullanici = kullanici;
     inValue.Body.sifre     = sifre;
     return(((Desktop.LoginServiceReference.LoginServiceSoap)(this)).LoginAsync(inValue));
 }
Exemplo n.º 2
0
 public bool Login(string kullanici, string sifre)
 {
     Desktop.LoginServiceReference.LoginRequest inValue = new Desktop.LoginServiceReference.LoginRequest();
     inValue.Body           = new Desktop.LoginServiceReference.LoginRequestBody();
     inValue.Body.kullanici = kullanici;
     inValue.Body.sifre     = sifre;
     Desktop.LoginServiceReference.LoginResponse retVal = ((Desktop.LoginServiceReference.LoginServiceSoap)(this)).Login(inValue);
     return(retVal.Body.LoginResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Desktop.LoginServiceReference.LoginResponse> Desktop.LoginServiceReference.LoginServiceSoap.LoginAsync(Desktop.LoginServiceReference.LoginRequest request)
 {
     return(base.Channel.LoginAsync(request));
 }
Exemplo n.º 4
0
 Desktop.LoginServiceReference.LoginResponse Desktop.LoginServiceReference.LoginServiceSoap.Login(Desktop.LoginServiceReference.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }