how to read usenet (newsgroups)

glda19

Member
Joined
May 15, 2009
Messages
5
Programming Experience
Beginner
Hi
Where can i find the code to read trough newsgroups by bv 2008.
I'm serching by google but can't find anty thing.
All tips are welcome.

Greetings glenn
 
Look into NNTP protocol, read RFC977. Use TcpClient to connect to server, and StreamWriter/StreamReader to read/write text lines on the client network stream.
 
Back
Top