|
@@ -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类
|