SyndicationFeed.Load Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Loads a syndication feed into a SyndicationFeed instance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Load(XmlReader) Loads a syndication feed from the specified XML reader.
Public methodStatic member Load<TSyndicationFeed>(XmlReader) Loads a SyndicationFeed-derived instance from the specified XmlReader.

Top

Remarks

Developers should use an HTTPS URL whenever possible when calling Load() to ensure they are connecting to the intended server. A malicious server can cause a denial of service (DoS) on the client by sending a feed that is too large.