OneDev
Projects
Pull Requests
Issues
Builds
ModularTelegramBot
Code
Files
Commits
Branches
Tags
Pull Requests
Code Comments
Code Compare
Builds
Statistics
Contributions
Source Lines
Child Projects
Projects
ModularTelegramBot
Files
Sign In
dev
ROOT
/
modules
/
RichSiteSummary
/
Service
/
RssFetch.cs
Search
History
264 lines
|
UTF-8
|
8 KB
Blame
Outline
2
4
8
No wrap
Soft wrap
Outline
RssFetch
_timer
:
Timer
_logger
:
ILogger
_scopeFactory
:
IServiceScopeFactory
_queue
:
ConcurrentQueue<UserMessage>
TimerPeriod
:
TimeSpan
RssFetch
(
ILogger<RssFetch>, ConcurrentQueue<UserMessage>, IServiceScopeFactory
)
StartAsync
(
CancellationToken
)
:
Task
StopAsync
(
CancellationToken
)
:
Task
Dispose
()
:
void
DoFetch
(
object
)
:
void
ProcessFeed
(
Feed, RichSiteSummaryContext
)
:
Task
FetchFeed
(
Feed
)
:
Task<CodeHollow.FeedReader.Feed>
FetchImageUrl
(
FeedItem
)
:
Task<string>
FetchImageUrl
(
string
)
:
Task<string>
IsValidImage
(
string
)
:
bool
All occurrences
Please wait...
Page is in error, reload to recover