.net实现的rpc远程调用原理

时间:2023-09-17 10:04:38
【文件属性】:

文件名称:.net实现的rpc远程调用原理

文件大小:64KB

文件格式:RAR

更新时间:2023-09-17 10:04:38

rpc 远程对象 注册信道

介绍了.net环境下rpc远程调用,包括信道远程对象,注册,激活,代理获取等。通过代码运行更好的理解rpc调用的真个过程。


【文件预览】:
TestRpcEntity
----TestRpcEntity.sln(1KB)
----.vs()
--------TestRpcEntity()
----Properties()
--------AssemblyInfo.cs(1KB)
----Person.cs(432B)
----obj()
--------Debug()
----TestRpcEntity.csproj(2KB)
----bin()
--------Debug()
--------Release()
TestRpcServer
----TestRpcServer.csproj(3KB)
----Librray()
--------TestRpcEntity.dll(4KB)
----Program.cs(2KB)
----.vs()
--------TestRpcServer()
----PersonServer.cs(413B)
----Properties()
--------AssemblyInfo.cs(1KB)
----TestRpcServer.sln(1KB)
----App.config(189B)
----obj()
--------Debug()
----bin()
--------Debug()
--------Release()
TestRpcClient
----TestRpcClient.csproj(2KB)
----Librray()
--------TestRpcEntity.dll(4KB)
----Program.cs(3KB)
----.vs()
--------TestRpcClient()
----Properties()
--------AssemblyInfo.cs(1KB)
----App.config(189B)
----TestRpcClient.sln(1KB)
----obj()
--------Debug()
----bin()
--------Debug()
--------Release()

网友评论