C_FileRequest.js 402 B

123456
  1. // Licensed Materials - Property of IBM
  2. // IBM Cognos Products: hal
  3. // (C) Copyright IBM Corp. 2003, 2017.
  4. // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. function C_FileRequest(_hLN1, _h1V1, _hTO1){this.F_ConstructBaseClass(_hLN1, "GET", _h1V1);this.F_SetCaching(_hTO1!==false);};C_FileRequest.F_Extends(C_WebRequest);