wang.sq@aliyun.com 7 月之前
父節點
當前提交
880da71682
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      HEIDENHAIN/Form1.cs

+ 1 - 1
HEIDENHAIN/Form1.cs

@@ -36,7 +36,7 @@ namespace HEIDENHAIN
         //private JHError m_Error = null; 
        
 
-        string Http_Request_Url = "http://20.20.47.107:8011/heidenhain/";
+        string Http_Request_Url = "http://127.0.0.1:8011/heidenhain/";
         bool _contine = true;//用于线程循环
         private AutoResetEvent autoConnectEvent = new AutoResetEvent(false);//此处需要调用System.Threading;用于触发等待的线程已发生的事件(连接)
         public delegate void RecvAndSendHandler(HttpListenerContext s);//此处需要调用System.Net用于请求和响应HttpListener类