SyndicationFeedFormatter::CanRead Method (XmlReader^)
.NET Framework (current version)
Verifies whether the specified XmlReader contains a valid syndication feed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- reader
-
Type:
System.Xml::XmlReader^
An XML reader to check.
Return Value
Type: System::Booleantrue, if the XML reader contains a valid syndication feed, otherwise false.
This method verifies whether the start element name and namespace match the start element name and namespace of the RSS 2.0 or Atom 1.0 specification.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: