Implements the System.Runtime.Remoting.Messaging.IMethodReturnMessage interface to create a message that acts as a response to a method call on a remote object.
See Also: MethodReturnMessageWrapper Members
The System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper class directly; instead, use the System.Runtime.Remoting.Messaging.IMethodReturnMessage interface.
The System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper class wraps remoting data for passing between message sinks. A remoting server sends a System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper message to a client in response to a client request.