RSS.NET

RssBlogChannel Constructor 

Initialize a new instance of the

[Visual Basic]
Public Sub New( _
   ByVal blogRoll As Uri, _
   ByVal mySubscriptions As Uri, _
   ByVal blink As Uri, _
   ByVal changes As Uri _
)
[C#]
public RssBlogChannel(
   Uri blogRoll,
   Uri mySubscriptions,
   Uri blink,
   Uri changes
);

Parameters

blogRoll
The URL of an OPML file containing the blogroll for the site.
mySubscriptions
The URL of an OPML file containing the author's RSS subscriptions.
blink
The URL of a weblog that the author of the weblog is promoting per Mark Pilgrim's description. "http://diveintomark.org/archives/2002/09/17.html#blink_and_youll_miss_it"
changes
The URL of a changes.xml file. When the feed that contains this element updates, it pings a server that updates this file. The presence of this element says to aggregators that they only have to read the changes file to see if this feed has updated. If several feeds point to the same changes file, the aggregator has to do less polling, resulting in better use of server bandwidth, and the Internet as a whole; and resulting in faster scans. Everyone wins. For more technical information, see the howto on the XML-RPC site. "http://www.xmlrpc.com/weblogsComForRss"

See Also

RssBlogChannel Class | Rss Namespace