コード例 #1
0
ファイル: Reference.cs プロジェクト: pologood/beidou-api
 public com.baidu.api.sem.nms.v2.ReportService.ResHeader getReportFileUrl(com.baidu.api.sem.nms.v2.ReportService.AuthHeader AuthHeader, string reportId, out string reportFilePath)
 {
     com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlRequest inValue = new com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.reportId   = reportId;
     com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlResponse retVal = ((com.baidu.api.sem.nms.v2.ReportService.ReportService)(this)).getReportFileUrl(inValue);
     reportFilePath = retVal.reportFilePath;
     return(retVal.ResHeader);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: pologood/beidou-api
 com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlResponse com.baidu.api.sem.nms.v2.ReportService.ReportService.getReportFileUrl(com.baidu.api.sem.nms.v2.ReportService.getReportFileUrlRequest request)
 {
     return(base.Channel.getReportFileUrl(request));
 }