MessageHeaderDescription.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. 默认值为 false,根据 SOAP 1.1 规范。

适用于