다음을 통해 공유


EndpointProtectionRequirements.ReadInnerXml Method

Reads all the child elements and markup for the <protection> Element.

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

Usage

'Usage
Dim reader As XmlReader
Dim endpointProtectionRequirements1 As EndpointProtectionRequirements
endpointProtectionRequirements1.ReadInnerXml(reader)

Syntax

'Declaration
Public Sub ReadInnerXml( _
    ByVal reader As XmlReader _
)
public void ReadInnerXml(
    XmlReader reader
);
public:
void ReadInnerXml(
    XmlReader^ reader
);
public void ReadInnerXml(
    XmlReader reader
);
public function ReadInnerXml(
     reader : XmlReader
) : Void;

Parameters

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

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

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