CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称:FastSocket.Net

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-08-25
  • 文件大小:
    568.8kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

socket连接组件,异步发送,内置了命令行,thrift,二进制协议-socket connection component, asynchronous transmission, built-in command line, thrift, binary protocol
(系统自动生成,下载前可以参看下载内容)

下载文件列表

FastSocket.Net/
FastSocket.Net/.git/
FastSocket.Net/.gitignore
FastSocket.Net/.git/branches/
FastSocket.Net/.git/config
FastSocket.Net/.git/description
FastSocket.Net/.git/FETCH_HEAD
FastSocket.Net/.git/HEAD
FastSocket.Net/.git/hooks/
FastSocket.Net/.git/hooks/applypatch-msg.sample
FastSocket.Net/.git/hooks/commit-msg.sample
FastSocket.Net/.git/hooks/post-update.sample
FastSocket.Net/.git/hooks/pre-applypatch.sample
FastSocket.Net/.git/hooks/pre-commit.sample
FastSocket.Net/.git/hooks/pre-push.sample
FastSocket.Net/.git/hooks/pre-rebase.sample
FastSocket.Net/.git/hooks/prepare-commit-msg.sample
FastSocket.Net/.git/hooks/update.sample
FastSocket.Net/.git/index
FastSocket.Net/.git/info/
FastSocket.Net/.git/info/exclude
FastSocket.Net/.git/logs/
FastSocket.Net/.git/logs/HEAD
FastSocket.Net/.git/logs/refs/
FastSocket.Net/.git/logs/refs/heads/
FastSocket.Net/.git/logs/refs/heads/master
FastSocket.Net/.git/logs/refs/remotes/
FastSocket.Net/.git/logs/refs/remotes/origin/
FastSocket.Net/.git/logs/refs/remotes/origin/HEAD
FastSocket.Net/.git/objects/
FastSocket.Net/.git/objects/5d/
FastSocket.Net/.git/objects/5d/923e7076bcec6490f6734303fef2403f6a8078
FastSocket.Net/.git/objects/info/
FastSocket.Net/.git/objects/pack/
FastSocket.Net/.git/objects/pack/pack-342cf4403d6e72e7c0d125ad5994418486454da5.idx
FastSocket.Net/.git/objects/pack/pack-342cf4403d6e72e7c0d125ad5994418486454da5.pack
FastSocket.Net/.git/packed-refs
FastSocket.Net/.git/refs/
FastSocket.Net/.git/refs/heads/
FastSocket.Net/.git/refs/heads/master
FastSocket.Net/.git/refs/remotes/
FastSocket.Net/.git/refs/remotes/origin/
FastSocket.Net/.git/refs/remotes/origin/HEAD
FastSocket.Net/.git/refs/tags/
FastSocket.Net/FastSocket.Client/
FastSocket.Net/FastSocket.Client/AsyncBinarySocketClient.cs
FastSocket.Net/FastSocket.Client/BaseSocketClient.cs
FastSocket.Net/FastSocket.Client/bin/
FastSocket.Net/FastSocket.Client/bin/Debug/
FastSocket.Net/FastSocket.Client/FastSocket.Client.csproj
FastSocket.Net/FastSocket.Client/obj/
FastSocket.Net/FastSocket.Client/obj/Debug/
FastSocket.Net/FastSocket.Client/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
FastSocket.Net/FastSocket.Client/obj/Debug/TempPE/
FastSocket.Net/FastSocket.Client/PooledSocketClient.cs
FastSocket.Net/FastSocket.Client/Properties/
FastSocket.Net/FastSocket.Client/Properties/AssemblyInfo.cs
FastSocket.Net/FastSocket.Client/Protocol/
FastSocket.Net/FastSocket.Client/Protocol/AsyncBinaryProtocol.cs
FastSocket.Net/FastSocket.Client/Protocol/BadProtocolException.cs
FastSocket.Net/FastSocket.Client/Protocol/IProtocol.cs
FastSocket.Net/FastSocket.Client/Protocol/ThriftProtocol.cs
FastSocket.Net/FastSocket.Client/Request.cs
FastSocket.Net/FastSocket.Client/RequestException.cs
FastSocket.Net/FastSocket.Client/Response/
FastSocket.Net/FastSocket.Client/Response/AsyncBinaryResponse.cs
FastSocket.Net/FastSocket.Client/Response/IResponse.cs
FastSocket.Net/FastSocket.Client/Response/ThriftResponse.cs
FastSocket.Net/FastSocket.Client/ServerPool/
FastSocket.Net/FastSocket.Client/ServerPool/DefaultServerPool.cs
FastSocket.Net/FastSocket.Client/ServerPool/IServerPool.cs
FastSocket.Net/FastSocket.Client/SocketConnector.cs
FastSocket.Net/FastSocket.Client/ThriftClient.cs
FastSocket.Net/FastSocket.Net.sln
FastSocket.Net/FastSocket.Net.v11.suo
FastSocket.Net/FastSocket.Server/
FastSocket.Net/FastSocket.Server/app.config
FastSocket.Net/FastSocket.Server/BaseSocketServer.cs
FastSocket.Net/FastSocket.Server/bin/
FastSocket.Net/FastSocket.Server/bin/Debug/
FastSocket.Net/FastSocket.Server/Command/
FastSocket.Net/FastSocket.Server/CommandSocketService.cs
FastSocket.Net/FastSocket.Server/Command/AsyncBinaryCommandInfo.cs
FastSocket.Net/FastSocket.Server/Command/ICommand.cs
FastSocket.Net/FastSocket.Server/Command/ICommandInfo.cs
FastSocket.Net/FastSocket.Server/Command/StringCommandInfo.cs
FastSocket.Net/FastSocket.Server/Command/ThriftCommandInfo.cs
FastSocket.Net/FastSocket.Server/Config/
FastSocket.Net/FastSocket.Server/Config/Server.cs
FastSocket.Net/FastSocket.Server/Config/ServerCollection.cs
FastSocket.Net/FastSocket.Server/Config/SocketServerConfig.cs
FastSocket.Net/FastSocket.Server/FastSocket.Server.csproj
FastSocket.Net/FastSocket.Server/ISocketListener.cs
FastSocket.Net/FastSocket.Server/ISocketService.cs
FastSocket.Net/FastSocket.Server/IUdpServer.cs
FastSocket.Net/FastSocket.Server/IUdpService.cs
FastSocket.Net/FastSocket.Server/obj/
FastSocket.Net/FastSocket.Server/obj/Debug/
FastSocket.Net/FastSocket.Server/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
FastSocket.Net/FastSocket.Server/obj/Debug/TempPE/
FastSocket.Net/FastSocket.Server/PacketBuilder.cs
FastSocket.Net/FastSocket.Server/Properties/
FastSocket.Net/FastSocket.Server/Properties/AssemblyInfo.cs
FastSocket.Net/FastSocket.Server/Protocol/
FastSocket.Net/FastSocket.Server/Protocol/AsyncBinaryProtocol.cs
FastSocket.Net/FastSocket.Server/Protocol/BadProtocolException.cs
FastSocket.Net/FastSocket.Server/Protocol/CommandLineProtocol.cs
FastSocket.Net/FastSocket.Server/Protocol/IProtocol.cs
FastSocket.Net/FastSocket.Server/Protocol/IUdpProtocol.cs
FastSocket.Ne

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭