Hi, Does anyone know how to write a custom stub for the TransparentProxy/ RealProxy. RealProxy constructor does take in a stub of type IntPtr. I would like to know if there is any way to control the method signature invoked by TransparentProxy. My understanding after reading Chris Brumme's blog http://blogs.gotdotnet.com/cbrumme/ on TransparentProxy is that the stub is a machine code.(ie. x86 code for windows). If so, I guess there is no portable way to provide our own stub implementation, right?
Thanks, Ramkishore
