c# 实现远程调用(rpc) remoting

时间:2021-05-08 05:19:11
【文件属性】:

文件名称:c# 实现远程调用(rpc) remoting

文件大小:43KB

文件格式:ZIP

更新时间:2021-05-08 05:19:11

c# rpc remote

c#自带remote,入门级demo,看看即可。。。个人看法:分布式中,用rpc真不如异步消息队列。。。


【文件预览】:
remotedll
----MyClass.cs(786B)
----remotedll.csproj(2KB)
----Properties()
--------AssemblyInfo.cs(1KB)
----obj()
--------Debug()
----bin()
--------Debug()
remotecli
----Program.cs(1KB)
----remotecli.csproj(3KB)
----app.config(173B)
----Properties()
--------AssemblyInfo.cs(1KB)
----obj()
--------Debug()
----bin()
--------Debug()
remoteser
----Program.cs(1KB)
----app.config(175B)
----Properties()
--------AssemblyInfo.cs(1KB)
----remoteser.csproj(3KB)
----obj()
--------Debug()
----bin()
--------Debug()

网友评论