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如此。

适用于