ServiceDocumentFormatter.CanRead(XmlReader) Method

Definition

Verifies whether the specified XmlReader contains a valid service document.

public:
 abstract bool CanRead(System::Xml::XmlReader ^ reader);
public abstract bool CanRead (System.Xml.XmlReader reader);
abstract member CanRead : System.Xml.XmlReader -> bool
Public MustOverride Function CanRead (reader As XmlReader) As Boolean

Parameters

reader
XmlReader

An XML reader to check.

Returns

true, if the XML reader contains a valid service document, otherwise false.

Applies to