Show / Hide Table of Contents

Class FeedsScraper

IPlatformScraper for providing items. The scraping engine is powered by System.ServiceModel.Syndication

Inheritance
System.Object
FeedsScraper
Implements
IPlatformScraper
Namespace: Scraper.Net.Feeds
Assembly: Scraper.Net.Feeds.dll
Syntax
public class FeedsScraper : object, IPlatformScraper

Methods

| Improve this Doc View Source

GetAuthorAsync(String, CancellationToken)

Declaration
public Task<Author> GetAuthorAsync(string id, CancellationToken ct = null)
Parameters
Type Name Description
System.String id
CancellationToken ct
Returns
Type Description
Task<Author>
| Improve this Doc View Source

GetPostsAsync(String, CancellationToken)

Declaration
public IAsyncEnumerable<Post> GetPostsAsync(string id, CancellationToken ct = null)
Parameters
Type Name Description
System.String id
CancellationToken ct
Returns
Type Description
IAsyncEnumerable<Post>

Implements

IPlatformScraper
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX