RssFeed Documented Class Library

RssFeed.Proxy Property

Specifies a WebProxy to use to connect to an external URL.

public virtual System.Net.IWebProxy Proxy {get; set;}

Property Value

An instance of an object that implements IWebProxy.

Remarks

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.

See Also

RssFeed Class | skmRss Namespace