Atom.NET documentation

AtomEntry.Load Method

Loads the AtomEntry from the specified Stream.

Overload List

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

See Also

AtomEntry Class | Atom.Core Namespace