文件名称:wcf双工通信Demo
文件大小:86KB
文件格式:ZIP
更新时间:2015-07-17 08:39:10
wcf 双工 Duplex
按照双工模式(Duplex)进行消息交换,则已意味着参与消息交换的双方都能勾向对方发送消息,双工通信不仅仅使服务回调客户端成为可能,还可以帮助我们实现基于发布-订阅的方式进行通信。
【文件预览】:
DuplexDemo
----Services()
--------obj()
--------bin()
--------Services.csproj(3KB)
--------CalculatorService.cs(561B)
--------Properties()
----DuplexDemo.sln(4KB)
----ServiceHosting()
--------Program.cs(526B)
--------ServiceHosting.csproj(3KB)
--------obj()
--------bin()
--------App.config(611B)
--------Properties()
----Client()
--------Program.cs(768B)
--------CalculatorCallbackService.cs(378B)
--------obj()
--------bin()
--------Client.csproj(3KB)
--------App.config(365B)
--------Service References()
--------Properties()
----Contracts()
--------obj()
--------bin()
--------ICalculatorCallback.cs(299B)
--------Contracts.csproj(2KB)
--------Properties()
--------ICalculator.cs(380B)
----DuplexDemo.suo(15KB)