[2008] [NOT RESOLVED] Remoting custom sink
I've created a custom server sink which inherits from BaseChannelObjectWithProperties and implements IServerChannelSink. The custom sink is chainned after BinaryServerFormatterSinkProvider. The idea is to institute a custom security scheme where access to specific method calls will be granted or denied depending on configurable user rights.
This is pretty much accomplished through ProcessMessage where I get to see the method about to be called. However, I never get to see calls to InitializeLifeTimeService or ctor. Anyone knows why?
Re: [2008] Remoting custom sink