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