CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程

文件名称:SuperSocket(0.0.1.53691)

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-07-28
  • 文件大小:
    363.63kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

C# cs的socket通讯代码,非常的实用。-C# cs socket communication code, very practical.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Common/
Common/AssemblyUtil.cs
Common/Base64Util.cs
Common/Common.csproj
Common/ELLogger.cs
Common/EventLogger.cs
Common/FileHelper.cs
Common/GlobalResourceManager.cs
Common/GlobalResources.cs
Common/IAsyncRunner.cs
Common/ILogger.cs
Common/LogUtil.cs
Common/Properties/
Common/Properties/AssemblyInfo.cs
Common/StringUtil.cs
Common/XmlSerializerUtil.cs
FTP/
FTP/FtpServer/
FTP/FtpServer/Command/
FTP/FtpServer/Command/ABOR.cs
FTP/FtpServer/Command/ACCT.cs
FTP/FtpServer/Command/APPE.cs
FTP/FtpServer/Command/AUTH.cs
FTP/FtpServer/Command/CDUP.cs
FTP/FtpServer/Command/CWD.cs
FTP/FtpServer/Command/DELE.cs
FTP/FtpServer/Command/FEAT.cs
FTP/FtpServer/Command/HELP.cs
FTP/FtpServer/Command/LIST.cs
FTP/FtpServer/Command/MDTM.cs
FTP/FtpServer/Command/MKD.cs
FTP/FtpServer/Command/MLSD.cs
FTP/FtpServer/Command/MODE.cs
FTP/FtpServer/Command/NLST.cs
FTP/FtpServer/Command/NOOP.cs
FTP/FtpServer/Command/PASS.cs
FTP/FtpServer/Command/PASV.cs
FTP/FtpServer/Command/PBSZ.cs
FTP/FtpServer/Command/PORT.cs
FTP/FtpServer/Command/PROT.cs
FTP/FtpServer/Command/PWD.cs
FTP/FtpServer/Command/QUIT.cs
FTP/FtpServer/Command/REIN.cs
FTP/FtpServer/Command/REST.cs
FTP/FtpServer/Command/RETR.cs
FTP/FtpServer/Command/RMD.cs
FTP/FtpServer/Command/RNFR.cs
FTP/FtpServer/Command/RNTO.cs
FTP/FtpServer/Command/SITE.cs
FTP/FtpServer/Command/SIZE.cs
FTP/FtpServer/Command/STAT.cs
FTP/FtpServer/Command/STOR.cs
FTP/FtpServer/Command/STOU.cs
FTP/FtpServer/Command/STRU.cs
FTP/FtpServer/Command/SYST.cs
FTP/FtpServer/Command/TYPE.cs
FTP/FtpServer/Command/USER.cs
FTP/FtpServer/DataConnection.cs
FTP/FtpServer/FtpContext.cs
FTP/FtpServer/FtpOnlineUsers.cs
FTP/FtpServer/FtpServer.cs
FTP/FtpServer/FtpService.csproj
FTP/FtpServer/FtpService.csproj.user
FTP/FtpServer/FtpServiceProviderBase.cs
FTP/FtpServer/FtpSession.cs
FTP/FtpServer/FtpUser.cs
FTP/FtpServer/Management/
FTP/FtpServer/Management/FtpManager.cs
FTP/FtpServer/Management/IServerManager.cs
FTP/FtpServer/Management/IStatusReporter.cs
FTP/FtpServer/Management/IUserManager.cs
FTP/FtpServer/Membership/
FTP/FtpServer/Membership/Anonymous.cs
FTP/FtpServer/Membership/PasswordFormat.cs
FTP/FtpServer/Properties/
FTP/FtpServer/Properties/AssemblyInfo.cs
FTP/FtpServer/Properties/Settings.Designer.cs
FTP/FtpServer/Properties/Settings.settings
FTP/FtpServer/Resource.Designer.cs
FTP/FtpServer/Resource.resx
FTP/FtpServer/Storage/
FTP/FtpServer/Storage/ItemType.cs
FTP/FtpServer/Storage/ListItem.cs
FTP/FtpServer/Storage/OutOfStorageException.cs
FTP/FtpServer/Storage/RenameResult.cs
FTP/FtpServer/Storage/StoreOption.cs
FTP/FtpServer/StoreException.cs
FTP/FtpServer/SystemDirectoryException.cs
FTP/FtpServer/TransferType.cs
FTP/XmlConfigFTP/
FTP/XmlConfigFTP/Properties/
FTP/XmlConfigFTP/Properties/AssemblyInfo.cs
FTP/XmlConfigFTP/XmlConfigFTP.csproj
FTP/XmlConfigFTP/XmlFtpProvider.cs
Reference/
Reference/Microsoft.Practices.EnterpriseLibrary.Common.dll
Reference/Microsoft.Practices.EnterpriseLibrary.Logging.dll
Reference/Microsoft.Practices.ObjectBuilder2.dll
SocketServiceCore/
SocketServiceCore/AppServer.cs
SocketServiceCore/AppSession.cs
SocketServiceCore/AsyncSocketServer.cs
SocketServiceCore/AsyncSocketSession.cs
SocketServiceCore/AuthenticationManager.cs
SocketServiceCore/AuthenticationResult.cs
SocketServiceCore/Command/
SocketServiceCore/Command/CommandInfo.cs
SocketServiceCore/Command/ICommand.cs
SocketServiceCore/Configuration/
SocketServiceCore/Configuration/CertificateConfig.cs
SocketServiceCore/Configuration/CredentialConfig.cs
SocketServiceCore/Configuration/Server.cs
SocketServiceCore/Configuration/ServerCollection.cs
SocketServiceCore/Configuration/Service.cs
SocketServiceCore/Configuration/ServiceCollection.cs
SocketServiceCore/Configuration/SocketServiceConfig.cs
SocketServiceCore/Config/
SocketServiceCore/Config/ICertificateConfig.cs
SocketServiceCore/Config/IConfig.cs
SocketServiceCore/Config/ICredentialConfig.cs
SocketServiceCore/Config/IGetCerticateConfig.cs
SocketServiceCore/Config/IServerConfig.cs
SocketServiceCore/Config/IServiceConfig.cs
SocketServiceCore/CreateUserResult.cs
SocketServiceCore/GlobalAssemblyInfo.cs
SocketServiceCore/ICommandSource.cs
SocketServiceCore/IRunable.cs
SocketServiceCore/ISocketSession.cs
SocketServiceCore/Properties/
SocketServiceCore/Properties/AssemblyInfo.cs
SocketServiceCore/ProviderBase.cs
SocketServiceCore/ServiceProviderFactory.cs
SocketServiceCore/SocketContext.cs
SocketServiceCore/SocketContextStatus.cs
SocketServiceCore/SocketManagerPasswordValidator.cs
SocketServiceCore/SocketMode.cs
SocketServiceCore/SocketServerBase.cs
SocketServiceCore/SocketServerManager.cs
SocketServiceCore/SocketServiceCore.csproj
SocketServiceCore/SocketSession.cs
SocketServiceCore/SocketUser.cs
SocketServiceCore/StreamSocketBase.cs
SocketServiceCore/SyncSocketServer.cs
SocketServiceCore/SyncSocketSession.cs
SocketService/
SocketService/App.config
SocketService/InstallService.bat
SocketService/MainService.cs
SocketService/MainService.Designer.cs
SocketService/MakeCert.bat
SocketService/Program.cs
SocketService/Properties/
SocketService/Properties/AssemblyInfo.cs
SocketService/RunServer.bat
SocketService/SocketS

相关说明

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

相关评论

暂无评论内容.

发表评论

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