Can we write NNTP server using c#
Can we write NNT开发者_JAVA技巧P server using c#. Syntax for making NNTP server and Clients in c#.net
I would start by taking a look at what's already out there:
- NNTPsharp
- Nntp Client Library
- Indy.Sockets
Well, yeah, it's definitely possible to write a NNTP server with C#. You just need to understand the protocol:
RFC 3977 - Network News Transfer Protocol
精彩评论