According to that link, ITrackingHandler is only supported in CAOs. I
have server-side Single Call Objects. Maybe I need to use a
server-side channel sink? If so, please show a sample.
Thanks.
>Hi lucius,
>
[quoted text clipped - 16 lines]
>
>This posting is provided "AS IS" with no warranties, and confers no rights.
Walter Wang [MSFT] - 02 Jul 2007 14:14 GMT
Hi lucius,
This is a quick note to let you know that I am performing research on this
issue and will get back to you as soon as possible. I appreciate your
patience.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Steven Cheng[MSFT] - 05 Jul 2007 08:23 GMT
Hi lucius,
I think your idea about using a custom channel sink is reasonable. In .NET
remoting, if you want to add a common injection point which can hook the
client-server message communications and do some customization or
monitoring task(logging), custom channel sink is the expected approach.
Just like the SoapExtension in ASP.NET webservice, you can inject and chain
multiple custom sinks into the client or server's channel sink chain.
#Sinks and Sink Chains
http://msdn2.microsoft.com/en-us/library/tdzwhfy3.aspx
Here are some examples which have used custom sinks for customization
purpose:
#.NET Remoting Customization Made Easy: Custom Sinks
http://www.codeproject.com/csharp/customsinks.asp
#Secure Your .NET Remoting Traffic by Writing an Asymmetric Encryption
Channel Sink
http://msdn.microsoft.com/msdnmag/issues/03/06/NETRemoting/
Hope this helps also.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.