InternalMessageWrapper Class

Definition

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class InternalMessageWrapper
public class InternalMessageWrapper
[System.Runtime.InteropServices.ComVisible(true)]
public class InternalMessageWrapper
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class InternalMessageWrapper
type InternalMessageWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type InternalMessageWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type InternalMessageWrapper = class
Public Class InternalMessageWrapper
Inheritance
InternalMessageWrapper
Derived
Attributes

Remarks

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.

Constructors

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.

Fields

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also