System.Runtime.Remoting.Messaging.MethodCallMessageWrapper Class

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

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class MethodCallMessageWrapper : InternalMessageWrapper, IMethodCallMessage

Remarks

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.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0