Specifies the amount of time (in milliseconds) to try to access the requested RSS feed.
The maximum number of milliseconds to wait for a response from a remote RSS feed. Defaults to a value of 5000 (5 seconds).
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.
| Exception Type | Condition |
|---|---|
| ArgumentException | Raised if a Timeout value less than or equal to 500 is entered. |
RssFeed Class | skmRss Namespace