WSESoapHeader.GetAttributeXml Method
Sets the actor, mustUnderstand, and relay attributes on the specified XML element using the Actor, MustUnderstand, and Relay properties.
Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Public Class wSESoapHeaderImplementation
Inherits WSESoapHeader
Protected Overrides Sub GetAttributeXml(document As XmlDocument, _
element As XmlElement)
MyBase.GetAttributeXml(document, element)
End Sub
End Class
Syntax
'Declaration
Protected Sub GetAttributeXml( _
ByVal document As XmlDocument, _
ByVal element As XmlElement _
)
protected void GetAttributeXml(
XmlDocument document,
XmlElement element
);
protected:
void GetAttributeXml(
XmlDocument^ document,
XmlElement^ element
);
protected void GetAttributeXml(
XmlDocument document,
XmlElement element
);
protected function GetAttributeXml(
document : XmlDocument,
element : XmlElement
) : Void;
Parameters
- document
A System.Xml.XmlDocument that represents the owner document for element.
- element
The System.Xml.XmlElement to set the actor, mustUnderstand, and relay attributes.
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