ConstructionResponse(Header[], IMethodCallMessage) 构造函数

定义

从一个远程处理标头数组和一个请求消息初始化 ConstructionResponse 类的一个新实例。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 ConstructionResponse(cli::array <System::Runtime::Remoting::Messaging::Header ^> ^ h, System::Runtime::Remoting::Messaging::IMethodCallMessage ^ mcm);
public ConstructionResponse (System.Runtime.Remoting.Messaging.Header[] h, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
new System.Runtime.Remoting.Messaging.ConstructionResponse : System.Runtime.Remoting.Messaging.Header[] * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.ConstructionResponse
Public Sub New (h As Header(), mcm As IMethodCallMessage)

参数

h
Header[]

包含键/值对的远程处理标头数组。 此数组用于初始化 ConstructionResponse 属于命名空间“;”http://schemas.microsoft.com/clr/soap/messageProperties"的标头的字段。

mcm
IMethodCallMessage

一个构成远程对象上的构造函数调用的请求消息。

注解

ConstructionResponse由.NET Framework的远程处理基础结构使用。 无需直接创建 类的 ConstructionResponse 实例;而是使用 IConstructionReturnMessage 接口。

适用于