![]() |
Reddit.NET
1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
|
The main class for the example application. More...
Static Public Member Functions | |
static void | C_NewPostsUpdated (object sender, PostsUpdateEventArgs e) |
Custom event handler for handling monitored new posts as they come in. See Reddit.NETTests for more complex examples. More... | |
static void | C_NewCommentsUpdated (object sender, CommentsUpdateEventArgs e) |
Custom event handler for handling monitored new comments as they come in. See Reddit.NETTests for more complex examples. More... | |
The main class for the example application.
|
static |
Custom event handler for handling monitored new comments as they come in. See Reddit.NETTests for more complex examples.
sender | |
e |
|
static |
Custom event handler for handling monitored new posts as they come in. See Reddit.NETTests for more complex examples.
sender | |
e |