RSS.NET

RssWriter.Close Method 

Closes instance of RssWriter.

[Visual Basic]
Public Sub Close()
[C#]
public void Close();

Remarks

Writes end elements, and releases connections

Exceptions

Exception Type Condition
InvalidOperationException Occurs if the RssWriter is already closed or the caller is attempting to close before writing a channel.

See Also

RssWriter Class | Rss Namespace