搜索资源列表
2
- 通过vb来调用API函数来检测网络,判断网络的连接类型,以及连接状态-Vb to call through the API function to detect the network, determine the network connection type, as well as the connection status! !
TcpView
- 可以查看TCP连接状态,很强大的,对于网络编程者来说,真的是很有用。-You can view the TCP connection status, it is powerful, for network programming are concerned, is really useful.
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
netlink
- C# 监测当前网络连接状态,点击检测按钮即可检测是否连接到网络,将检测结果以弹出框的形式告之。经www.codefang.com测试,检测结果准确。-C# to monitor the current network connection status, click the test button to test whether the connection to the network, the test results reported in the form of pop-up box.