开发者

Can we write NNTP server using c#

开发者 https://www.devze.com 2022-12-10 05:09 出处:网络
Can we write NNT开发者_JAVA技巧P server using c#. Syntax for making NNTP server and Clients in c#.netI would start by taking a look at what\'s already out there:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消