コード例 #1
0
        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);
        }
コード例 #2
0
ファイル: ControlSystem.cs プロジェクト: RBSystems/SIMPLSharp
            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);
            }