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