Share via


MessageProtectionRequirements.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 name As String
Dim messageProtectionRequirements1 As MessageProtectionRequirements
messageProtectionRequirements1.ReadXml(reader, name)

Syntax

'Declaration
Public Sub ReadXml( _
    ByVal reader As XmlReader, _
    ByVal name As String _
)
public void ReadXml(
    XmlReader reader, 
    string name
);
public:
void ReadXml(
    XmlReader^ reader,
    String^ name
);
public void ReadXml(
    XmlReader reader, 
    System.String name
);
public function ReadXml(
     reader : XmlReader, 
     name : String
) : Void;

Parameters

  • reader
    The System.Xml.XmlReader from which to read.
  • name
    The XML element to start reading from. Possible values are request, response, and fault.

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

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