public System.Threading.Tasks.Task <WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequest inValue = new WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequest();
     inValue.Body            = new WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((WindowsFormsApp2.ServiceReference2.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
 public bool TCKimlikNoDogrula(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequest inValue = new WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequest();
     inValue.Body            = new WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaResponse retVal = ((WindowsFormsApp2.ServiceReference2.KPSPublicSoap)(this)).TCKimlikNoDogrula(inValue);
     return(retVal.Body.TCKimlikNoDogrulaResult);
 }
 System.Threading.Tasks.Task <WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaResponse> WindowsFormsApp2.ServiceReference2.KPSPublicSoap.TCKimlikNoDogrulaAsync(WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }
 WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaResponse WindowsFormsApp2.ServiceReference2.KPSPublicSoap.TCKimlikNoDogrula(WindowsFormsApp2.ServiceReference2.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrula(request));
 }