SuperSocket

所属分类:网络编程
开发工具:C#
文件大小:3530KB
下载次数:19
上传日期:2012-11-21 11:55:39
上 传 者dmllj
说明:  Socket连接管理,不用知道底层Socket协议
(Socket connection management, do not know the underlying Socket protocol)

文件列表:
SocketBase\AppServer.cs (11273, 2012-11-13)
SocketBase\AppServerBase.cs (54478, 2012-11-13)
SocketBase\AppSession.cs (25280, 2012-11-13)
SocketBase\Async.cs (6000, 2012-11-13)
SocketBase\Command (0, 2012-11-13)
SocketBase\Command\CommandBase.cs (1662, 2012-11-13)
SocketBase\Command\CommandInfo.cs (1057, 2012-11-13)
SocketBase\Command\CommandLoaderBase.cs (2346, 2012-11-13)
SocketBase\Command\CommandUpdateEventArgs.cs (840, 2012-11-13)
SocketBase\Command\CommandUpdateInfo.cs (1146, 2012-11-13)
SocketBase\Command\ICommand.cs (2250, 2012-11-13)
SocketBase\Command\ICommandLoader.cs (1354, 2012-11-13)
SocketBase\Command\ReflectCommandLoader.cs (3454, 2012-11-13)
SocketBase\Command\StringCommandBase.cs (795, 2012-11-13)
SocketBase\CommandExecutingContext.cs (1621, 2012-11-13)
SocketBase\CommandFilterAttribute.cs (1057, 2012-11-13)
SocketBase\Config (0, 2012-11-13)
SocketBase\Config\CertificateConfig.cs (1018, 2012-11-13)
SocketBase\Config\CommandAssemblyConfig.cs (501, 2012-11-13)
SocketBase\Config\ConfigurationSource.cs (3320, 2012-11-13)
SocketBase\Config\ICertificateConfig.cs (828, 2012-11-13)
SocketBase\Config\ICommandAssemblyConfig.cs (485, 2012-11-13)
SocketBase\Config\IConfigurationSource.cs (1226, 2012-11-13)
SocketBase\Config\IListenerConfig.cs (763, 2012-11-13)
SocketBase\Config\IRootConfig.cs (2257, 2012-11-13)
SocketBase\Config\IServerConfig.cs (7681, 2012-11-13)
SocketBase\Config\ITypeProvider.cs (457, 2012-11-13)
SocketBase\Config\ListenerConfig.cs (1058, 2012-11-13)
SocketBase\Config\RootConfig.cs (3846, 2012-11-13)
SocketBase\Config\ServerConfig.cs (10717, 2012-11-13)
SocketBase\Config\TypeProvider.cs (806, 2012-11-13)
SocketBase\Config\TypeProviderCollection.cs (2162, 2012-11-13)
SocketBase\Config\TypeProviderConfig.cs (532, 2012-11-13)
SocketBase\DisplayAttribute.cs (1734, 2012-11-13)
SocketBase\Extensions.cs (977, 2012-11-13)
SocketBase\IAppServer.cs (5502, 2012-11-13)
SocketBase\IAppSession.cs (4776, 2012-11-13)
SocketBase\IBootstrap.cs (3234, 2012-11-13)
SocketBase\IConnectionFilter.cs (1031, 2012-11-13)
SocketBase\ILoggerProvider.cs (447, 2012-11-13)
... ...

SuperSocket =========================================== SuperSocket is a light weight extensible socket application framework. You can use it to build a command based server side socket application easily without thinking about how to use socket, how to maintain the socket connections and how socket works(synchronize/asynchronize). It is a pure C# project which is designed to be extended, so it is easy to be integrated to your existing system. As long as your systems (like forum/CRM/MIS/HRM/ERP) are developed in .NET language, you must be able to use SuperSocket to build your socket application as a part of your current system perfectly. Project homepage: http://supersocket.codeplex.com/ Git URL: https://git01.codeplex.com/supersocket Author email address: kerry-jiang@hotmail.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Copyright 2012 Kerry Jiang (kerry-jiang@hotmail.com)

近期下载者

相关文件


收藏者