InternalMessageWrapper 類別

定義

針對用戶端至伺服器的要求或後續回應,包裝遠端資料以在訊息接收之間傳遞。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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
繼承
InternalMessageWrapper
衍生
屬性

備註

類別InternalMessageWrapper是 和 MethodReturnMessageWrapper 類別的MethodCallMessageWrapper基類,會包裝遠端物件上方法呼叫的訊息。

InternalMessageWrapper由 .NET Framework的基礎結構使用。 您不需要直接建立、 MethodCallMessageWrapperMethodReturnMessageWrapper 類別的InternalMessageWrapper實例。

建構函式

InternalMessageWrapper(IMessage)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

初始化 InternalMessageWrapper 類別的新執行個體。

欄位

WrappedMessage

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

表示由訊息包裝函式所包裝的要求或回應 IMethodMessage 介面。

方法

Equals(Object)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

做為預設雜湊函式。

(繼承來源 Object)
GetType()

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱