Beispiel #1
0
 public CorePlus.API.BaiduAPI_V2_ReportService.ResHeader getReportFileUrl(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, string reportId, out string reportFilePath)
 {
     CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlRequest inValue = new CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.reportId   = reportId;
     CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlResponse retVal = ((CorePlus.API.BaiduAPI_V2_ReportService.ReportService)(this)).getReportFileUrl(inValue);
     reportFilePath = retVal.reportFilePath;
     return(retVal.ResHeader);
 }
Beispiel #2
0
 CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlResponse CorePlus.API.BaiduAPI_V2_ReportService.ReportService.getReportFileUrl(CorePlus.API.BaiduAPI_V2_ReportService.getReportFileUrlRequest request)
 {
     return(base.Channel.getReportFileUrl(request));
 }