Atom10FeedFormatter::ReadFrom Method (XmlReader^)

 

Reads an Atom 1.0 syndication feed from the specified XmlReader instance.

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

public:
virtual void ReadFrom(
	XmlReader^ reader
) override

Parameters

reader
Type: System.Xml::XmlReader^

The XmlReader to read from.

The following code shows how to use the ReadFrom(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: