2

I am using the deprecated .NET remoting for purposes that otherwise are not possible to accomplish by WCF. I have a situation in which I use a MarshalByRefObject but one that has nested MarshalByRefObjects that are not exposed as properties but used internally.

I am using the ClientSponsor on the client side to manage the lifetime of those objects. Does registering needs to be done on all nested MarshalByRefObjects or is it sufficent to do it on the root MarshalByRef "visible" (it is indeed an interface so there is no DLL sharing) to the client?

Thank you in advance

okipol
  • 1,197
  • 3
  • 11
  • 27

0 Answers0