Remoting实现双向通信

时间:2013-04-13 13:00:48
【文件属性】:
文件名称:Remoting实现双向通信
文件大小:73KB
文件格式:ZIP
更新时间:2013-04-13 13:00:48
Remoting 双向通信 调用一个数学计算的远程调用,除了传递相应的操作数之外,我们还传递一个对象,这个对象可以在Server端中回调 (Callback) 把运算结果在Client端显示出来。
【文件预览】:
Artech.DuplexRemoting
----Artech.DuplexRemoting.sln(3KB)
----Artech.DuplexRemoting.Contract()
--------bin()
--------Artech.DuplexRemoting.Contract.csproj(2KB)
--------obj()
--------ICalculatorCallback.cs(237B)
--------IDuplexCalculator.cs(243B)
--------Properties()
----Artech.DuplexRemoting.suo(35KB)
----Artech.DuplexRemoting.Remoting()
--------bin()
--------Web.config(2KB)
--------Artech.DuplexRemoting.Remoting.csproj(2KB)
--------obj()
--------Properties()
--------DuplexCalculatorRemoting.cs(585B)
----Artech.DuplexRemoting.Hosting()
--------bin()
--------Program.cs(445B)
--------obj()
--------Artech.DuplexRemoting.Hosting.csproj(3KB)
--------App.config(671B)
--------Properties()
----Artech.DuplexRemoting.Client()
--------bin()
--------Artech.DuplexRemoting.Client.csproj(2KB)
--------Program.cs(886B)
--------obj()
--------CalculatorCallbackHandler.cs(502B)
--------App.config(384B)
--------Properties()

网友评论

  • 转Artech的例子……