登录
首页 » C# » WCF各种实例代码

WCF各种实例代码

于 2015-05-05 发布
0 80
下载积分: 1 下载次数: 0

代码说明:

WCF各种实例代码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • scara
    4轴scara机器人的正逆解代码,仅供参考!(Positive and inverse solution code of 4 axis SCARA robot.For reference only!)
    2018-01-13 10:08:43下载
    积分: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
  • aodv-master
    说明:  在opnet里面实现自组织网络的仿真,AODV网络仿真(Implementation of AODV network simulation in OPNET)
    2020-10-29 13:09:28下载
    积分:1
  • C#版 QQ农场助手源码下载
    C#版 QQ农场助手源码下载
    2021-04-15 14:08:54下载
    积分:1
  • WinPcap-NDIS-WFP-Drivers-master
    说明:  winpcap ndis和wfp驱动代码(winpcap ndis and wfp driver code)
    2020-08-04 20:07:58下载
    积分:1
  • ChatClient
    基于MFC框架应用SOCKET的聊天室客户端,在VS2015上完美运行(SOCKET chat room client based on MFC framework, running perfectly on VS2015)
    2018-08-09 11:11:28下载
    积分:1
  • LLK-game-Visual-CPP-MFC
    连连看服务器游戏对战平台软件包括服务端和客户端源代码,服务端采用IOCP机制,可实现多人联网对战,并带有项目说明文档,源代码标有注释。并且游戏界面十分美观。(Battle Snake game server platform software, including server and client source code, the server uses IOCP mechanism, enabling networked multiplayer gaming, and with the project documentation, source code is marked with comments. And the game interface is very beautiful.)
    2020-12-02 20:19:26下载
    积分:1
  • vcFtp
    学习网络编程的初学者必看的.(Learning Network Programming Watchable the beginners.)
    2004-12-06 14:00:15下载
    积分:1
  • CSharpDD
    腾讯QQ点对点_C#实现版.腾讯QQ点对点_C#实现版.腾讯QQ点对点_C#实现版(Tencent QQ point _C# implementation version. Tencent QQ point _C# implementation version. Tencent QQ point _C# implementation Edition)
    2010-11-30 14:57:13下载
    积分:1
  • WebDAVClient-master(2)
    一个基于webdav的网盘客户端,代码简单易懂,可以供初学者参考(A WebDAV based SkyDrive client, the code is simple and easy to understand, can be used for reference for beginners)
    2017-12-06 15:06:02下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载