IRemotingFormatter.Deserialize(Stream, HeaderHandler) Method
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
- handler
- HeaderHandler
The delegate designed to handle Header objects. Can be null
.
The root of the deserialized object graph.
Header objects contain information about a remote function call (for example, transaction ID or a method signature).
Notă
See the SOAP specification for more information on headers.
Produs | Versiuni |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Feedback pentru .NET
.NET este un proiect open source. Selectați un link pentru a oferi feedback: