SoapHeader.EncodedRelay 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
"0"、"false"、"1" 或 "true"。
- 屬性
備註
屬性 EncodedRelay 僅適用于 SOAP 1.2,並指出訊息的收件者是否會在訊息轉送至下一個節點下游時轉寄此標頭。 因為.NET Framework不支援 SOAP 媒介,所以這個屬性會序列化和還原序列化,但會忽略。