WSESoapHeader.Relay Property
Gets or sets a value that indicates whether the SOAP header is to be relayed to the next SOAP node if the current node does not understand the header.
Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim wSESoapHeader1 As WSESoapHeader
Dim returnValue As Boolean
returnValue = wSESoapHeader1.Relay
Dim sampleValue As Boolean
wSESoapHeader1.Relay = sampleValue
Syntax
'Declaration
Public Property Relay() As Boolean
public bool Relay {get; set;}
public:
property bool Relay {
bool get();
void set(bool value);
}
public boolean get_Relay();
public void set_Relay(boolean);
public function get Relay() : Boolean;
public function set Relay(Boolean);
Property Value
true if the SOAP header is to be relayed to the next SOAP node if the current node does not understand the header; otherwise, false. The default is false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
WSESoapHeader Class
WSESoapHeader Members
Microsoft.Web.Services3.Xml Namespace