SoapHeader.Relay 属性

定义

获取或设置一个值,该值指示如果当前节点不了解标头,SOAP 标头是否要中继到下一个 SOAP 节点。

public:
 property bool Relay { bool get(); void set(bool value); };
[System.Runtime.InteropServices.ComVisible(false)]
public bool Relay { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Relay : bool with get, set
Public Property Relay As Boolean

属性值

true 如果 SOAP 标头的“relay”属性设置为“true”,则为 ;否则,为 false.

属性

注解

默认 SOAP 1.2 处理规则要求 SOAP 节点删除 SOAP 处理节点在将消息传递到下一个节点之前无法理解的标头。

适用于