Share via


MessageHeader<T>.Relay 属性

定义

获取一个值,该值指示是否应该中继标头。

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 规范中所述,该值始终为 false

适用于