MessageHeaderAttribute.Relay 属性

定义

指定此标头是否要中继到下游节点。 这映射到 relay SOAP 标头属性。

public:
 property bool Relay { bool get(); void set(bool value); };
public bool Relay { get; set; }
member this.Relay : bool with get, set
Public Property Relay As Boolean

属性值

true 如果此标头要中继到下游节点,则为否则,为 false.

注解

使用 SOAP 1.1 时,将忽略此属性。 有关详细信息,请参阅详细信息的 MessageHeaderAttribute “备注”部分。

适用于