Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Remoting.net 中实现用户自定义事件?我试过了,但出现错误。
You need to set the TypeFilterLevel property found on your formatter sink to TypeFilterLevel.Full. An example and explanation can be found here:
TypeFilterLevel
TypeFilterLevel.Full
Automatic Deserialization in .NET Framework Remoting