InternalMessageWrapper Class
.NET Framework 3.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Wraps remoting data for passing between message sinks, either for requests from client to server or for the subsequent responses.
Namespace: System.Runtime.Remoting.MessagingAssembly: mscorlib (in mscorlib.dll)
The InternalMessageWrapper class is the base class for the MethodCallMessageWrapper and MethodReturnMessageWrapper classes, which wrap messages for method calls on remote objects.
InternalMessageWrapper is used by the infrastructure of the .NET Framework. You do not need to create instances of the InternalMessageWrapper, MethodCallMessageWrapper, and MethodReturnMessageWrapper classes directly.
System.Object
System.Runtime.Remoting.Messaging.InternalMessageWrapper
System.Runtime.Remoting.Messaging.MethodCallMessageWrapper
System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper
System.Runtime.Remoting.Messaging.InternalMessageWrapper
System.Runtime.Remoting.Messaging.MethodCallMessageWrapper
System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: