Connecting Tech Pros Worldwide Forums | Help | Site Map

IServerChannelSink.ProcessMessage: requestMsg is null

Martin Horst
Guest
 
Posts: n/a
#1: Nov 6 '08
Hi,

I'm using the .Net remoting and I'm trying to write my own message sink.
I wrote a channel sink provider and the corresponding message sink
class and registered them both using the application config file. Now
every incoming call is routed through the ProcessMessage method of my
message sink class. Up to this, everything work fine. But in my case the
requestMsg value is null. I'm not sure if this is right but I try to
read out the name of the real methods which are called through the
remoting system. So, any kind of advise is most welcome.

Best regards
Martin Horst

Closed Thread