Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. HttpCalloutSample loCS = new HttpCalloutSample();
  2. String lsReturnValue = loCS.testContent();
  3. System.debug (lsReturnValue);
  4. lsReturnValue = loCS.getContent('http://www.digioz.com/downloads/vbnet/DigiOz_Distribution_Agreement.txt');
  5. System.debug (lsReturnValue);