資源簡介
代碼片段和文件信息
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 網頁通訊聊天窗口實時通訊源碼
評論
共有 條評論