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

適用於