This documentation is archived and is not being maintained.
MethodResponse Class
.NET Framework 1.1
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] <CLSCompliant(False)> <Serializable> Public Class MethodResponse Implements IMethodReturnMessage, IMethodMessage, IMessage, _ ISerializable [C#] [CLSCompliant(false)] [Serializable] public class MethodResponse : IMethodReturnMessage, IMethodMessage, IMessage, ISerializable [C++] [CLSCompliant(false)] [Serializable] public __gc class MethodResponse : public IMethodReturnMessage, IMethodMessage, IMessage, ISerializable [JScript] public CLSCompliant(false) Serializable class MethodResponse implements IMethodReturnMessage, IMethodMessage, IMessage, ISerializable
See Also
MethodResponse Members | System.Runtime.Remoting.Messaging Namespace
Show: