public void GetHTTPFile() { // HTTP File Example CrestronConsole.PrintLine("HTTP Read Example"); PageHTTP myHTTPFile; string htmlPageString; myHTTPFile = new PageHTTP(); htmlPageString = myHTTPFile.getPageHTTP(@"http://textfiles.com/computers/1pt4mb.inf", @"\NVRAM\Books.xml"); CrestronConsole.PrintLine(htmlPageString); }