Share via


OperationProtectionRequirements.ReadXml Method

Reads the XML in the policy file that is associated with the protection requirements.

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

Usage

'Usage
Dim reader As XmlReader
Dim operationProtectionRequirements1 As OperationProtectionRequirements
operationProtectionRequirements1.ReadXml(reader)

Syntax

'Declaration
Public Sub ReadXml( _
    ByVal reader As XmlReader _
)
public void ReadXml(
    XmlReader reader
);
public:
virtual void arbitrary-name(
    XmlReader^ reader
);
public void ReadXml(
    XmlReader reader
);
public final function ReadXml(
     reader : XmlReader
) : Void;

Parameters

  • reader
    The System.Xml.XmlReader from which to read.

Remarks

The ReadXml calls the ReadElements method to read the XML.

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

OperationProtectionRequirements Class
OperationProtectionRequirements Members
Microsoft.Web.Services3.Design Namespace