Implements the System.Runtime.Remoting.Messaging.IMethodCallMessage interface to create a request message that acts as a method call on a remote object.
See Also: MethodCallMessageWrapper Members
The System.Runtime.Remoting.Messaging.MethodCallMessageWrapper 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.MethodCallMessageWrapper class directly; instead, use the System.Runtime.Remoting.Messaging.IMethodCallMessage interface.
System.Runtime.Remoting.Messaging.MethodCallMessageWrapper wraps remoting data for passing between message sinks. A remoting client sends a System.Runtime.Remoting.Messaging.MethodCallMessageWrapper message to a server.