hooks to ORPC?



Hi,
I am new to remoting.

Question 1
I am trying find a way to trap RPC messages of a specific process and
modify it and send it. The desination machine will receive this message
remove the added part and process it
Basically something like IChannelHook as given in MSJ
http://www.microsoft.com/msj/0198/activex0198.aspx
Can I do something similar in Remoting? Do i need to go deeper in .Net
Remoting?

Question 2
Or it need not be at RPC level itself. I need to intercept any method
call going across the machine either COM+/Dcom way or Remoting way.
Is it possible intercept in in .Net.

Thanks and regards,
Akhila

.



Relevant Pages

  • hooks to ORPC?
    ... I am trying find a way to trap RPC messages of a specific process and ... The desination machine will receive this message ... Can I do something similar in Remoting? ... Is it possible intercept in in .Net. ...
    (microsoft.public.dotnet.general)
  • RE: Activator.GetObject and Remoting.Proxies.ProxyAttribute
    ... Using the Interface contract between the endpoint and its consumer is a good step ahead (see the Indigo features). ... Intercepting a remoting call can be achieved using the remoting custom sink in the configured channel. ... I have found a way to Intercept all ...
    (microsoft.public.dotnet.framework.remoting)

Loading