Atom.NET documentation

AtomFeed.Save Method

Saves the AtomFeed to the specified Stream.

Overload List

Saves the AtomFeed to the specified Stream.

public void Save(Stream);

Saves the AtomFeed to the specified TextWriter.

public void Save(TextWriter);

Saves the AtomFeed to the specified HttpWebResponse.

public void Save(HttpWebResponse);

Saves the AtomFeed to the specified filename.

public void Save(string);

See Also

AtomFeed Class | Atom.Core Namespace