RssFeed Documented Class Library

RssFeed.Timeout Property

Specifies the amount of time (in milliseconds) to try to access the requested RSS feed.

public virtual int Timeout {get; set;}

Property Value

The maximum number of milliseconds to wait for a response from a remote RSS feed. Defaults to a value of 5000 (5 seconds).

Remarks

Must be a value greater than 0. When reading an RSS feed from an external URL, indicates the amount of time (in milliseconds) to wait for the response. If the request takes longer than the time specified by Timeout, the RSS feed control throws a FeedTimeoutException exception.

Exceptions

Exception Type Condition
ArgumentException Raised if a Timeout value less than or equal to 500 is entered.

See Also

RssFeed Class | skmRss Namespace