Atom.NET documentation

AtomEntry.Save Method

Saves the AtomEntry to the specified Stream.

Overload List

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);

See Also

AtomEntry Class | Atom.Core Namespace