SoapHeader.EncodedRelay Property
.NET Framework 2.0
Gets or sets the relay attribute of the SOAP 1.2 header.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
[ComVisibleAttribute(false)] public: property String^ EncodedRelay { String^ get (); void set (String^ value); }
/** @property */ public String get_EncodedRelay () /** @property */ public void set_EncodedRelay (String value)
public function get EncodedRelay () : String public function set EncodedRelay (value : String)
Not applicable.
Property Value
Either "0", "false", "1", or "true".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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: