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.
Example.Program Class Reference

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...
 

Detailed Description

The main class for the example application.

Member Function Documentation

◆ C_NewCommentsUpdated()

static void Example.Program.C_NewCommentsUpdated ( object  sender,
CommentsUpdateEventArgs  e 
)
static

Custom event handler for handling monitored new comments as they come in. See Reddit.NETTests for more complex examples.

Parameters
sender
e

◆ C_NewPostsUpdated()

static void Example.Program.C_NewPostsUpdated ( object  sender,
PostsUpdateEventArgs  e 
)
static

Custom event handler for handling monitored new posts as they come in. See Reddit.NETTests for more complex examples.

Parameters
sender
e

The documentation for this class was generated from the following file: