SoapHeader::EncodedRelay Property
.NET Framework (current version)
Gets or sets the relay attribute of the SOAP 1.2 header.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [ComVisibleAttribute(false)] property String^ EncodedRelay { String^ get(); void set(String^ value); }
The 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: