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 的<備註>一節。

適用於