• 大小: 10.09M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: Socket  c  框架  开发    

资源简介

SuperSocket(轻量级的可扩展的 Socket 开发框架)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Ipc;
using System.Reflection;
using System.Text;
using System.Threading;
using SuperSocket.Socketbase;
using SuperSocket.SocketEngine;

namespace SuperSocket.Agent
{
    /// 
    /// Entrance class
    /// 

    class Program
    {
        /// 
        /// Mains the specified args.
        /// 

        /// The args.
        static void Main(string[] args)
        {
            if (args == null)
                throw new ArgumentNullException(“args“);

            if(args.Length != 3)
                throw new Argument

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         301  2014-08-24 12:32  Agent\Properties\AssemblyInfo.cs
     文件        3056  2014-08-24 12:32  Agent\Program.cs
     文件        3470  2014-08-24 12:32  Agent\SuperSocket.Agent.Net35.csproj
     文件        3516  2014-11-18 20:40  Agent\SuperSocket.Agent.Net40.csproj
     文件        3592  2014-11-18 20:40  Agent\SuperSocket.Agent.Net45.csproj
     文件        4674  2014-08-24 12:32  Agent\WorkItemAgent.cs
     文件         835  2014-08-24 12:32  Common\Properties\AssemblyInfo.cs
     文件         805  2014-11-18 20:40  Common\ArraySegmentEx.cs
     文件       22599  2014-11-18 20:40  Common\ArraySegmentList.cs
     文件        9209  2014-11-18 20:40  Common\AssemblyUtil.cs
     文件       12606  2014-11-18 20:40  Common\BinaryUtil.cs
     文件        2833  2014-11-18 20:40  Common\BufferManager.cs
     文件        7316  2014-11-18 20:40  Common\ConfigurationElementbase.cs
     文件        8328  2014-11-18 20:40  Common\ConfigurationExtension.cs
     文件        1530  2014-08-24 12:32  Common\DictionaryExtension.cs
     文件        1018  2014-08-24 12:32  Common\ErrorEventArgs.cs
     文件        3861  2014-08-24 12:32  Common\GenericConfigurationElementCollection.cs
     文件        1782  2014-08-24 12:32  Common\Platform.cs
     文件         936  2014-11-18 20:40  Common\SearchMarkState.cs
     文件       16678  2014-11-18 20:40  Common\SendingQueue.cs
     文件        9530  2014-11-18 20:40  Common\SmartPool.cs
     文件        1831  2014-08-24 12:32  Common\SocketEx.cs
     文件        5548  2014-08-24 12:32  Common\StringExtension.cs
     文件        1058  2014-11-18 20:40  Common\StringExtension.NET35.cs
     文件         856  2014-08-24 12:32  Common\StringExtension.NET4.cs
     文件        5915  2014-11-18 20:40  Common\SuperSocket.Common.Net35.csproj
     文件        5732  2014-11-18 20:40  Common\SuperSocket.Common.Net40.csproj
     文件        5808  2014-11-18 20:40  Common\SuperSocket.Common.Net45.csproj
     文件        2714  2014-08-24 12:32  Common\TheadPoolEx.cs
     文件         336  2014-08-24 12:32  Dlr\Properties\AssemblyInfo.cs
     文件        2635  2014-11-18 20:40  Dlr\DynamicCommand.cs
............此处省略748个文件信息

评论

共有 条评论