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

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

注解

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

适用于