Loads feed from the specified URL.

Namespace: TwitterFeed
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static SyndicationFeed LoadFrom(
	string url
)
Visual Basic
Public Shared Function LoadFrom ( 
	url As String
) As SyndicationFeed
Visual C++
public:
static SyndicationFeed^ LoadFrom(
	String^ url
)
F#
static member LoadFrom : 
        url : string -> SyndicationFeed 

Parameters

url
Type: System..::..String
URL of the feed.

Return Value

Type: SyndicationFeed
Syndication feed.

See Also