Exemplo n.º 1
0
 public System.Threading.Tasks.Task <UnifyService.TokenGetCertResponse> TokenGetCertAsync(string token)
 {
     UnifyService.TokenGetCertRequest inValue = new UnifyService.TokenGetCertRequest();
     inValue.Body       = new UnifyService.TokenGetCertRequestBody();
     inValue.Body.token = token;
     return(((UnifyService.PassportServiceSoap)(this)).TokenGetCertAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <UnifyService.TokenGetCertResponse> UnifyService.PassportServiceSoap.TokenGetCertAsync(UnifyService.TokenGetCertRequest request)
 {
     return(base.Channel.TokenGetCertAsync(request));
 }