Is there a good .Net implementation of the NNTP protocol?

link|improve this question
feedback

2 Answers

There is a C# tutorial for reading posts using NNTP here. It should be enough to get you started but if you wish to start getting into processing binary posts, you're probably going to have to deal with some mime-type content too. I don't think this article covers that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown