コード例 #1
0
ファイル: Reference.cs プロジェクト: bnur/WebServices
 public System.Threading.Tasks.Task <Services.TcConfirmationService.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     Services.TcConfirmationService.TCKimlikNoDogrulaRequest inValue = new Services.TcConfirmationService.TCKimlikNoDogrulaRequest();
     inValue.Body            = new Services.TcConfirmationService.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((Services.TcConfirmationService.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: bnur/WebServices
 public bool TCKimlikNoDogrula(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     Services.TcConfirmationService.TCKimlikNoDogrulaRequest inValue = new Services.TcConfirmationService.TCKimlikNoDogrulaRequest();
     inValue.Body            = new Services.TcConfirmationService.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     Services.TcConfirmationService.TCKimlikNoDogrulaResponse retVal = ((Services.TcConfirmationService.KPSPublicSoap)(this)).TCKimlikNoDogrula(inValue);
     return(retVal.Body.TCKimlikNoDogrulaResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: bnur/WebServices
 System.Threading.Tasks.Task <Services.TcConfirmationService.TCKimlikNoDogrulaResponse> Services.TcConfirmationService.KPSPublicSoap.TCKimlikNoDogrulaAsync(Services.TcConfirmationService.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: bnur/WebServices
 Services.TcConfirmationService.TCKimlikNoDogrulaResponse Services.TcConfirmationService.KPSPublicSoap.TCKimlikNoDogrula(Services.TcConfirmationService.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrula(request));
 }