Saves the AtomFeed to the specified Stream.
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);
AtomFeed Class | Atom.Core Namespace