InternalMessageWrapper Class
This API supports the product 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.
Assembly: mscorlib (in mscorlib.dll)
System.Runtime.Remoting.Messaging::InternalMessageWrapper
System.Runtime.Remoting.Messaging::MethodCallMessageWrapper
System.Runtime.Remoting.Messaging::MethodReturnMessageWrapper
| Name | Description | |
|---|---|---|
![]() | InternalMessageWrapper(IMessage^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the InternalMessageWrapper class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | WrappedMessage | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the request or response IMethodMessage interface that is wrapped by the message wrapper. |
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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


