Access to .NET Remoting stream

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Mario Garcia (anonymous_at_discussions.microsoft.com)
Date: 03/10/04


Date: Wed, 10 Mar 2004 09:26:07 -0800

How can I get access to the underlying/hidden stream object that is being used to deserialize an object? Is there any way to pass that information by way of "StreamingContext"?
I need to somehow retrieve or create a reference to an object that can be used as a hash for all objects in a graph being deserialized. I figure that the underlying stream reference would do just that. I can't use SerializationInfo because it changes for each object as the graph is traversed.

Thanks for any help.