System.Web.Services.Protocols.SoapHeader.EncodedRelay Property

Gets or sets the relay attribute of the SOAP 1.2 header.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
[System.Xml.Serialization.XmlAttribute("relay", Namespace="http://www.w3.org/2003/05/soap-envelope")]
[System.Xml.Serialization.SoapAttribute("relay", Namespace="http://www.w3.org/2003/05/soap-envelope")]
[System.ComponentModel.DefaultValue("0")]
public string EncodedRelay { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SoapHeader.EncodedRelay property applies only to SOAP 1.2 and indicates whether the recipient of the message forwards this header when it forwards the message to the next node downstream. Because the .NET Framework does not support SOAP intermediaries, this property is serialized and deserialized but ignored.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0