Atom.NET documentation

AtomFeed.Load Method

Loads the AtomFeed from the specified Stream.

Overload List

Loads the AtomFeed from the specified Stream.

public static AtomFeed Load(Stream);

Loads the AtomFeed from the specified TextReader.

public static AtomFeed Load(TextReader);

Loads the AtomFeed from the specified HttpWebRequest.

public static AtomFeed Load(HttpWebRequest);

Loads the AtomFeed from the specified URI.

public static AtomFeed Load(string);

See Also

AtomFeed Class | Atom.Core Namespace