InternalMessageWrapper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包装远程处理数据,以便在消息接收器之间传递,无论是从客户端到服务器的请求,还是针对后续响应。
此 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类是类的MethodCallMessageWrapperMethodReturnMessageWrapper基类,用于包装对远程对象的方法调用的消息。
.NET框架的基础结构使用 InternalMessageWrapper。 无需直接创建和InternalMessageWrapperMethodCallMessageWrapper类的MethodReturnMessageWrapper实例。
构造函数
| 名称 | 说明 |
|---|---|
| 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) |