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

定义

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

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

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

参数

h1
Header[]

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

mcm
IMethodCallMessage

作为远程对象上的方法调用的请求消息。

属性

注解

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

适用于