Atom10FeedFormatter::CanRead Method (XmlReader^)

 

Verifies whether the specified XmlReader contains a valid Atom 1.0 syndication feed.

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual bool CanRead(
	XmlReader^ reader
) override

Parameters

reader
Type: System.Xml::XmlReader^

The XmlReader to read from.

Return Value

Type: System::Boolean

A value that specifies whether the XmlReader contains a valid Atom 1.0 syndication feed.

This method does not advance the reader to beyond the start element.

The following code shows how to use the CanRead(XmlReader^) method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: