SoapHeader::EncodedRelay Property

 

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)

public:
[ComVisibleAttribute(false)]
property String^ EncodedRelay {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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.

.NET Framework
Available since 2.0
Return to top
Show: