MethodReturnMessageWrapper Class
Implements the IMethodReturnMessage interface to create a message that acts as a response to a method call on a remote object.
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ <SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags := SecurityPermissionFlag.Infrastructure)> _ <SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Flags := SecurityPermissionFlag.Infrastructure)> _ Public Class MethodReturnMessageWrapper _ Inherits InternalMessageWrapper _ Implements IMethodReturnMessage, IMethodMessage, IMessage 'Usage Dim instance As MethodReturnMessageWrapper
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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.