System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.DeserializeMethodResponse Method

Deserializes a response to a remote method call from the provided System.IO.Stream.

Syntax

public object DeserializeMethodResponse (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage)

Parameters

serializationStream
The stream from which to deserialize the object graph.
handler
The System.Runtime.Remoting.Messaging.HeaderHandler that handles any headers in the serializationStream. Can be null.
methodCallMessage
The System.Runtime.Remoting.Messaging.IMethodCallMessage that contains details about where the call came from.

Returns

The deserialized response to the remote method call.

Remarks

Details about the caller object are not sent to the remote object during the method call. Instead, these details are obtained from the original method call that is passed to the current method in the methodCallMessage parameter.

In order for deserialization to succeed the current position in the stream must be at the beginning of the object graph.

Requirements

Namespace: System.Runtime.Serialization.Formatters.Binary
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0