MethodReturnMessageWrapper Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public Class MethodReturnMessageWrapper Inherits InternalMessageWrapper Implements IMethodReturnMessage, IMethodMessage, IMessage 'Usage Dim instance As MethodReturnMessageWrapper
/** @attribute ComVisibleAttribute(true) */ public class MethodReturnMessageWrapper extends InternalMessageWrapper implements IMethodReturnMessage, IMethodMessage, IMessage
ComVisibleAttribute(true) public class MethodReturnMessageWrapper extends InternalMessageWrapper implements IMethodReturnMessage, IMethodMessage, IMessage
The MethodReturnMessageWrapper class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the MethodReturnMessageWrapper class directly; instead, use the IMethodReturnMessage interface.
The MethodReturnMessageWrapper class wraps remoting data for passing between message sinks. A remoting server sends a MethodReturnMessageWrapper message to a client in response to a client request.
System.Runtime.Remoting.Messaging.InternalMessageWrapper
System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.