Is there a good .Net implementation of the NNTP protocol?
+1
A:
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.
Ray Hayes
2008-09-15 16:36:12
+3
A:
Try libraries like http://sourceforge.net/projects/dougnewsnntp/ and http://www.codeplex.com/nntpclientlib
Lars Truijens
2008-09-15 16:45:53