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 中介,因此此属性是序列化和反序列化但忽略的。

适用于