Loads the AtomEntry from the specified Stream.
Loads the AtomEntry from the specified Stream.
public static AtomEntry Load(Stream);
Loads the AtomEntry from the specified TextReader.
public static AtomEntry Load(TextReader);
Loads the AtomEntry from the specified HttpWebRequest.
public static AtomEntry Load(HttpWebRequest);
Loads the AtomEntry from the specified URI.
public static AtomEntry Load(string);
AtomEntry Class | Atom.Core Namespace