Have you looked at the Rotor (SSCLI) sources to see how the TcpChannel pulls it off?
-Mike DevelopMentor http://staff.develop.com/woodring > > -----Original Message----- > From: Moderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Michael Sawczyn > Sent: Tuesday, July 15, 2003 5:41 PM > To: [EMAIL PROTECTED] > > The project is a custom channel -- Remoting.Corba. When a call comes > into the server, the current code gets the deserializes the > stream and, > if there's an object reference there, calls Activator.GetObject to get > the reference. That reference gets passed on to the server > implementation code. > ...