IRemotingFormatter.Deserialize(Stream, HeaderHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins the deserialization process of a remote procedure call (RPC).
public:
System::Object ^ Deserialize(System::IO::Stream ^ serializationStream, System::Runtime::Remoting::Messaging::HeaderHandler ^ handler);
public object Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler);
abstract member Deserialize : System.IO.Stream * System.Runtime.Remoting.Messaging.HeaderHandler -> obj
Public Function Deserialize (serializationStream As Stream, handler As HeaderHandler) As Object
Parameters
- handler
- HeaderHandler
The delegate designed to handle Header objects. Can be null
.
Returns
The root of the deserialized object graph.
Remarks
Header objects contain information about a remote function call (for example, transaction ID or a method signature).
Note
See the SOAP specification for more information on headers.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.