-2

How to implement the user-defined events in Remoting.net ? I tried it but ide errors.

trinvh
  • 30
  • 1
  • 4

1 Answers1

1

You need to set the TypeFilterLevel property found on your formatter sink to TypeFilterLevel.Full. An example and explanation can be found here:

Automatic Deserialization in .NET Framework Remoting

nblackburn
  • 338
  • 2
  • 10