资源简介
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分页标签
相关资源
- C#高级编程第10版英文原版
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- dc竞赛房租处理数据
- 基恩士PLC通讯.rar
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- 第二代Kinect WPF开发从入门到精通资料
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- Focas V4.0 带说明
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
评论
共有 条评论