IRemotingFormatter::Deserialize Method (Stream^, HeaderHandler^)
.NET Framework (current version)
Begins the deserialization process of a remote procedure call (RPC).
Assembly: mscorlib (in mscorlib.dll)
Parameters
- serializationStream
-
Type:
System.IO::Stream^
The Stream from which the data is deserialized.
- handler
-
Type:
System.Runtime.Remoting.Messaging::HeaderHandler^
The delegate designed to handle Header objects. Can be null.
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
