- serializationStream
The System.IO.Stream from which the data is deserialized.
- handler
The delegate designed to handle System.Runtime.Remoting.Messaging.Header objects. Can be null.
![]()
The root of the deserialized object graph.
System.Runtime.Remoting.Messaging.Header objects contain information about a remote function call (for example, transaction ID or a method signature).
See the SOAP specification for more information on headers.