Saves the AtomEntry to the specified Stream.
Saves the AtomEntry to the specified Stream.
public void Save(Stream);
Saves the AtomEntry to the specified TextWriter.
public void Save(TextWriter);
Saves the AtomEntry to the specified HttpWebResponse.
public void Save(HttpWebResponse);
Saves the AtomEntry to the specified filename.
public void Save(string);
AtomEntry Class | Atom.Core Namespace