c# - 在哪里可以找到 C# 的 ICQ 库?

标签 c# .net protocols instant-messaging

是否有任何(最好是 native 的)C# 库允许我通过 ICQ 协议(protocol)发送一些消息?有什么比包装 libgaim 或其他东西更好的东西吗?

最佳答案

也许这可以帮助你:

http://sourceforge.net/projects/oscarlib/

下载源代码并查看 OscarLib。

关于c# - 在哪里可以找到 C# 的 ICQ 库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/557080/

相关文章:

c# - 如何在 C#.Net 中实现 Google Place API

c# - 防止 DataGrid 更新 MVVM 中的选定项

c# - P/Invoke 中使用的 "APPCOMMAND"变量是什么?

c# - 为派生类的类型静态定义选项

c# - 在不重启应用程序的情况下处理 URL 协议(protocol)

c# - System.ComponentModel.Win32Exception : Access is denied. ....错误

.net - 为什么发生异常时不显示stacktrace?

.net - C++/CLI 打开字符串

swift - 使用 `Self` 作为参数的方法键入删除

c++ - Protocol Buffers - 为什么 int32 和 sint32 以相同的方式映射?