Share via


SoapHelper.SetRelay Method

Sets the relay attribute on the specified element in the specified document.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim document As XmlDocument
Dim element As XmlElement
Dim relay As Boolean
SoapHelper.SetRelay(document, element, relay)

Syntax

'Declaration
Public Shared Sub SetRelay( _
    ByVal document As XmlDocument, _
    ByVal element As XmlElement, _
    ByVal relay As Boolean _
)
public static void SetRelay(
    XmlDocument document, 
    XmlElement element, 
    bool relay
);
public:
static void SetRelay(
    XmlDocument^ document,
    XmlElement^ element,
    bool relay
);
public static void SetRelay(
    XmlDocument document, 
    XmlElement element, 
    boolean relay
);
public static function SetRelay(
     document : XmlDocument, 
     element : XmlElement, 
     relay : Boolean
) : Void;

Parameters

  • document
    The specified document.
  • element
    The Xml element
  • relay
    The relay attribute.

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

SoapHelper Class
SoapHelper Members
Microsoft.Web.Services3 Namespace