Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.ServiceReference1.GirisYapResponse> GirisYapAsync(string kullaniciadi, string parola)
 {
     WindowsFormsApp1.ServiceReference1.GirisYapRequest inValue = new WindowsFormsApp1.ServiceReference1.GirisYapRequest();
     inValue.Body = new WindowsFormsApp1.ServiceReference1.GirisYapRequestBody();
     inValue.Body.kullaniciadi = kullaniciadi;
     inValue.Body.parola       = parola;
     return(((WindowsFormsApp1.ServiceReference1.WSMARKASoap)(this)).GirisYapAsync(inValue));
 }
Ejemplo n.º 2
0
 public bool GirisYap(string kullaniciadi, string parola)
 {
     WindowsFormsApp1.ServiceReference1.GirisYapRequest inValue = new WindowsFormsApp1.ServiceReference1.GirisYapRequest();
     inValue.Body = new WindowsFormsApp1.ServiceReference1.GirisYapRequestBody();
     inValue.Body.kullaniciadi = kullaniciadi;
     inValue.Body.parola       = parola;
     WindowsFormsApp1.ServiceReference1.GirisYapResponse retVal = ((WindowsFormsApp1.ServiceReference1.WSMARKASoap)(this)).GirisYap(inValue);
     return(retVal.Body.GirisYapResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.ServiceReference1.GirisYapResponse> WindowsFormsApp1.ServiceReference1.WSMARKASoap.GirisYapAsync(WindowsFormsApp1.ServiceReference1.GirisYapRequest request)
 {
     return(base.Channel.GirisYapAsync(request));
 }
Ejemplo n.º 4
0
 WindowsFormsApp1.ServiceReference1.GirisYapResponse WindowsFormsApp1.ServiceReference1.WSMARKASoap.GirisYap(WindowsFormsApp1.ServiceReference1.GirisYapRequest request)
 {
     return(base.Channel.GirisYap(request));
 }