System.Runtime.Remoting.Messaging.InternalMessageWrapper Class

Wraps remoting data for passing between message sinks, either for requests from client to server or for the subsequent responses.

See Also: InternalMessageWrapper Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class InternalMessageWrapper

Remarks

The System.Runtime.Remoting.Messaging.InternalMessageWrapper class is the base class for the System.Runtime.Remoting.Messaging.MethodCallMessageWrapper and System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper classes, which wrap messages for method calls on remote objects.

System.Runtime.Remoting.Messaging.InternalMessageWrapper is used by the infrastructure of the .NET Framework. You do not need to create instances of the System.Runtime.Remoting.Messaging.InternalMessageWrapper, System.Runtime.Remoting.Messaging.MethodCallMessageWrapper, and System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper classes directly.

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