System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper Class

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

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class MethodReturnMessageWrapper : InternalMessageWrapper, IMethodReturnMessage

Remarks

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.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0