MethodResponse Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <CLSCompliantAttribute(False)> _ <ComVisibleAttribute(True)> _ Public Class MethodResponse Implements IMethodReturnMessage, IMethodMessage, IMessage, ISerializable 'Usage Dim instance As MethodResponse
/** @attribute SerializableAttribute() */ /** @attribute CLSCompliantAttribute(false) */ /** @attribute ComVisibleAttribute(true) */ public class MethodResponse implements IMethodReturnMessage, IMethodMessage, IMessage, ISerializable
SerializableAttribute CLSCompliantAttribute(false) ComVisibleAttribute(true) public class MethodResponse implements IMethodReturnMessage, IMethodMessage, IMessage, ISerializable
A MethodResponse is generated as a result of a method called on a remote object, and is used to return the results of the method call back to the caller. The message includes a return value and out arguments.
The MethodResponse class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the MethodResponse class directly; instead, use the IMethodReturnMessage interface.
MethodResponse contains remoting data at the end of the message sink. A remoting server returns a MethodResponse message to a client.
System.Runtime.Remoting.Messaging.MethodResponse
System.Runtime.Remoting.Messaging.ConstructionResponse
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.