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

属性值

Boolean

如果消息头可中转,则为 true;否则为 false。 根据 SOAP 1.1 规范,默认值为 false。

适用于