資源簡介
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\ConfigurationElementba
?????文件????????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個文件信息
- 上一篇:TCP客戶端服務器通訊
- 下一篇:asp.net mvc分頁標簽
評論
共有 條評論