-
Tcp
基于TCP/UDP的简单网络编程 客户端和服务器端的开发代码示例(Based on the simple network programming TCP/UDP client and server-side development code examples)
- 2012-10-24 16:59:50下载
- 积分:1
-
ua3
说明: 基于EXOSIP协议的SIP软终端,可以实现终端向代理服务器的注册请求(SIP-based softphone EXOSIP agreement can be achieved terminal registration request to the proxy server)
- 2010-04-29 11:45:30下载
- 积分:1
-
FMS连接FlashRemoting(附示例源码下载)
FMS连接FlashRemoting(附示例源码下载)
- 2013-12-28下载
- 积分: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
-
E04
vc C/S结构VC聊天室程序 的源码,感兴趣的可以看看!(vc C/S structure of VC chat program source code, can be of interest to see!)
- 2011-06-27 19:07:37下载
- 积分:1
-
UDS
cOffice通用OA系统源代码 OA系统 通用 cOffice 通用OA系统源代码(OA system cOffice general OA system source code cOffice General General OA system source code)
- 2009-04-29 18:30:45下载
- 积分:1
-
C#自动更换IP实例源码下载
C#自动更换IP实例
- 2013-01-24下载
- 积分:1
-
packet-capture-code
网络数据包抓取代码,压缩包里面的代码比较全,没有解压密码。(network packet capture code,when you extract archive,you no need put in keys.)
- 2020-07-09 17:18:55下载
- 积分:1
-
the4th
利用socket实现简单文件传输,mfc实现,很简单(Simple file transfer using socket, mfc achieve)
- 2013-10-20 15:37:24下载
- 积分:1
-
pathneck1.3
网络瓶颈测量的一个工具,能够计算链路带宽,可用带宽,瓶颈定位等(pathneck bottleneck location)
- 2010-03-09 11:06:05下载
- 积分:1