本文介绍了使用C#获得IRC服务器特定频道的用户列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用VS 2010在Win7。
我想使用IRC编程,在C#中使用的IRC客户端库

I use VS 2010 in Win7.I want use IRC programatically, using IRC client library in C# for


  • 连接到IRC服务器

  • 检测是否存在于IRC服务器频道

  • 获得了IRC服务器特定频道的用户列表。

  • 发送消息在给定的通道,用户和接收消息从用户(mantenain会话)

  • Connect to an IRC server
  • Detect if exists a channel in IRC server
  • Get Users list of a given channel in a IRC Server.
  • Send messages to a user in a given channel and receive messages from a user (mantenain conversation)

这件事有什么建议? ?完整的源代码示例

any suggestions about it ? full source code sample ?

推荐答案

请尝试使用此C#IRC库:

Try using this C# IRC Library:http://www.meebey.net/projects/smartirc4net/

它有很多方法,我敢肯定,你可以实现你想与他们的一切:

It has many methods, I'm sure you can achieve everything you want with them:http://smartirc4net.meebey.net/docs/0.4.0/html/

这篇关于使用C#获得IRC服务器特定频道的用户列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 13:32