Briefly. I do intend to dig deeper as time permits. I have it built and tied into my test code. Now the challenge is to trace through it :-)
--Michael > -----Original Message----- > From: Mike Woodring (DevelopMentor) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 9:12 PM > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Remoting: Getting object from URI > > > 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. > > > ... > >