-
TCPNet
一个采用TCP协议的网络测试工具。采用VC6.0开发环境,具有客户端和服务器端,加入进来的客户端可以互相发送接受数据,对学习socket编程是不错的借鉴。(using a TCP network testing tools. VC6.0 use development environment with the client and server side, joined the client can accept each other this data, to learn socket programming is a good reference.)
- 2020-11-14 16:19:43下载
- 积分:1
-
assume
Cool,一个集成了很多Tab窗口使用方法的多文档界面程序,拥有了他,保管让你创建界面功能复杂的的程序时节省不少时间,本包()
- 2017-09-16 18:28:22下载
- 积分:1
-
SOCKETcamer
实现网口传输文本信息,亲自测试可用,希望可以帮到这方面需求的人(Transmit text information at the network port )
- 2017-05-31 14:44:16下载
- 积分:1
-
c# socket 通讯 测试工具源码下载
c# socket 通讯 测试工具源码下载
- 2014-06-15下载
- 积分:1
-
multi_thread_udp
多线程UDP通讯例子( Multi-thread UDP communication example )
- 2020-06-26 11:40:01下载
- 积分:1
-
CG_Client_Source
这是一个C++写的魔力宝贝登录器.直接可以通过编译.
CG_Client.aps
CG_Client.cpp(This is a C++ write the Magic Baby login device.
CG_Client.aps
CG_Client.cpp)
- 2021-02-24 13:19:39下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
wcf 通过header 验证用户名密码例子源码(无须证书)
wcf 通过header 验证用户名密码例子源码(无须证书)
- 2015-01-05下载
- 积分:1
-
tcp 半开连接扫描
tcp半开连接扫描,扫描速度快
- 2013-05-17下载
- 积分:1
-
tcpip
tcp/ip通信用VC++6.0开发的 基于三层结构(tcp/ip communication VC++ 6.0 developed based on the three-tier architecture)
- 2008-03-18 13:58:01下载
- 积分:1