Monday, June 30, 2014

RealProxy and Abstract Type

Hi,


You can't use RealProxy directly anyway, becuase its an abstract class. In your implementation of the concrete sub-class, you can introduce the MarshalByRefObject. The example code on the MSDN page shows how to do this (http://ift.tt/V2lo9R)


Regards,

Nick.


No comments:

Post a Comment