[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Where is my remoting object?

=?Utf-8?B?cm9kY2hhcg==?=

6/3/2004 8:36:00 AM

I created a custom ServerSink. Everything works fine
What I want to do is: If the call is made through a method call and the method name is a specific name, I will do something
I succesfully trapped the call, now, I want to make another method call against the same project before I proceed the current methoid call. The problem is: How can I get hold of my instance object? I got a requestMsg, which is a MethodCall message, gives me nothing but the parameter information and method information. No instance object. I can only make the same call by delegate to next sink. But what if I want to make a different call first

Thanks
Calvin