共用方式為


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。

適用於