RSS.NET

RssWriter Class

Writes an RSS XML file.

For a list of all members of this type, see RssWriter Members.

System.Object
   Rss.RssWriter

[Visual Basic]
Public Class RssWriter
[C#]
public class RssWriter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Represents a writer that provides a fast, non-cached, forward-only way of generating streams or files containing RSS XML data that conforms to the W3C Extensible Markup Language (XML) 1.0 and the Namespaces in XML recommendations.

Requirements

Namespace: Rss

Assembly: RSS.NET (in RSS.NET.dll)

See Also

RssWriter Members | Rss Namespace