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 的“备注”部分。

适用于