Re: [DOTNET] IDynamicMessageSink and new Context

2002-04-29 Thread Franklin Colbert
eated. On Mon, 29 Apr 2002 23:43:58 +0200, Henk de Koning <[EMAIL PROTECTED]> wrote: >Calls inside a context simply don't use the remoting infrastructure, so >there's nothing to intercept. > >Or did I misunderstand your question ? > >-- Henkk > >----- Origin

[DOTNET] IDynamicMessageSink and new Context

2002-04-29 Thread Franklin Colbert
Hello, I am attempting to do interception using IDynamicMessageSink, IDynamicProperty and IContributeDynamicSink interfaces. My hope was that I could inject my sink into the current (client) context w/out the need to create a new one and the accompanying overhead of cross context calls. (My sim