随笔分类 - 60.WCF
摘要:http://www.geekzone.co.nz/vs2008/4653With Windows Communication Foundation (WCF), now developers can create interoperable services that send and receive messages between server and client. WCF is based on message based communication and supports many Communication Protocols like TCP, MSMQ, and HTTP
阅读全文
摘要:WCF 预定义的绑定BasicHttpBinding 符合WSBasicProfile 1.1以提供最大的互操作性WSHttpBinding 符合WS-*协议的HTTP通信WSDualHttpBindind 双工HTTP通信,初始信息的接收者不会直接响应发送者,而是可以在一段时间之内传送任意次的响应.WSFederationBinding HTTP通信,对服务次源的访问可以根据一个显式确定的凭据提供程序发出的凭据加以控制.NetTcpBinding 提供网络里的WCF软件实体之间的安全,可靠,高性能的通信NetNamedPipeBinding 同一台机器上的WCF软件实体之间的安全,可靠
阅读全文
摘要:ABC: Address,Binding(BasicHttpBinding/WSHttpBinding/NetTcpBinding etc.),Contract1.添加一个WCF服务库项目App.config2.Host项目3.ClientApp
阅读全文