资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.Net.Sockets;
using System.Threading;
namespace Client
{
class ClientByTcp
{
private static readonly IDictionary ClientDict = new Dictionary();
private static readonly object ClientDictLock = new object();
private const int LockTimeOut = 5 * 1000;
private static readonly IList MsgList = new List();
private static readonly Random MsgRandom = new Random();
private static void Main(string[] args)
{
try
{
InitMsg();
int clientNum;
IPAddress address;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2437 2014-03-03 13:20 Communication\Client\Client.csproj
文件 10377 2014-03-03 13:20 Communication\Client\ClientByTcp.cs
文件 1344 2014-02-26 16:54 Communication\Client\Properties\AssemblyInfo.cs
文件 3427 2014-03-03 12:43 Communication\Communication.sln
..A..H. 39936 2014-03-03 13:30 Communication\Communication.suo
文件 1344 2014-02-26 11:39 Communication\Server\Properties\AssemblyInfo.cs
文件 2437 2014-03-03 13:20 Communication\Server\Server.csproj
文件 9464 2014-03-03 13:20 Communication\Server\ServerByTcp.cs
文件 7691 2014-03-03 13:21 Communication\Udp\Program.cs
文件 1338 2014-03-03 12:42 Communication\Udp\Properties\AssemblyInfo.cs
文件 2427 2014-03-03 12:42 Communication\Udp\Udp.csproj
目录 0 2014-02-26 16:54 Communication\Client\Properties
目录 0 2014-02-26 11:39 Communication\Server\Properties
目录 0 2014-03-03 13:30 Communication\Udp\bin
目录 0 2014-03-03 12:42 Communication\Udp\Properties
目录 0 2014-03-03 13:30 Communication\Client
目录 0 2014-03-03 13:30 Communication\Server
目录 0 2014-03-03 13:30 Communication\Udp
目录 0 2014-03-03 12:42 Communication
----------- --------- ---------- ----- ----
82222 19
- 上一篇:C#视频2
- 下一篇:赞C#_SignalR 网页通讯聊天窗口实时通讯源码
相关资源
- 基于ASP.NET的课程管理系统
- 基恩士PLC通讯.rar
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- 第二代Kinect WPF开发从入门到精通资料
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- Focas V4.0 带说明
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- FastReport .NET V2016.1.0 最新破解版
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- ASP.NET WEB服务高级编程
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- Angle - Bootstrap Admin Template2016最新版V
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
评论
共有 条评论