[源码下载]
化零为整WCF(3) - 绑定Binding(basicHttpBinding和netTcpBinding)
作者:webabcd
介绍
WCF(Windows Communication Foundation) - 绑定Binding:Http以basicHttpBinding为例,Tcp以netTcpBinding为例。
示例
1、服务
IHello.cs
Hello.cs
2、宿主
Hello.cs
App.config
3、客户端
Hello.cs
App.config
运行结果:
单击"Hello"按钮后弹出提示框,显示"Hello: webabcd"
OK
[源码下载]