Specifies a WebProxy to use to connect to an external URL.
An instance of an object that implements IWebProxy.
If you are accessing a remote RSS feed through a website that uses a proxy, you will need to create a functional WebProxy object and assign it to the Proxy property. This property needs to be assigned before the call to DataBind is made (assuming you are accessing a remote RSS feed and need to tunnel through a proxy).
Note: The Proxy property is not stored in ViewState, meaning it is not persisted across postbacks. Each time, then, that you call DataBind be certain to create a new IWebProxy object and assign it to this property.RssFeed Class | skmRss Namespace