共用方式為


SoapHeader.EncodedRelay 屬性

定義

取得或設定 SOAP 1.2 標頭的轉送屬性。

public:
 property System::String ^ EncodedRelay { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public string EncodedRelay { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.EncodedRelay : string with get, set
Public Property EncodedRelay As String

屬性值

String

"0"、"false"、"1" 或 "true"。

屬性

備註

屬性 EncodedRelay 僅適用于 SOAP 1.2,並指出訊息的收件者是否會在訊息轉送至下一個節點下游時轉寄此標頭。 因為.NET Framework不支援 SOAP 媒介,所以這個屬性會序列化和還原序列化,但會忽略。

適用於