資源簡介
TCP服務端接收客戶端連接
TCP服務端發送和接收消息
代碼片段和文件信息
#region?文檔說明
/*?******************************************************************************************************
?*?文檔作者:無聞
?*?創建日期:2013年1月31日
?*?文檔用途:_005_TCP服務端源代碼主窗口
?*?------------------------------------------------------------------------------------------------------
?*?修改記錄:
?*?
?*?------------------------------------------------------------------------------------------------------
?*?參考文獻:
?*?
?*?******************************************************************************************************/
#endregion
#region?命名空間引用
using?System;
using?System.Net;
using?System.Net.Sockets;
using?System.Text;
using?System.Data;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Threading;
using?System.Collections.Generic;
using?System.ComponentMod
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????11776??2013-02-01?15:44??_005_TCP服務端_Template\bin\Debug\_005_TCP服務端_Template.exe
?????文件??????28160??2013-02-01?15:44??_005_TCP服務端_Template\bin\Debug\_005_TCP服務端_Template.pdb
?????文件??????11608??2013-02-03?15:35??_005_TCP服務端_Template\bin\Debug\_005_TCP服務端_Template.vshost.exe
?????文件????????490??2010-03-17?21:39??_005_TCP服務端_Template\bin\Debug\_005_TCP服務端_Template.vshost.exe.manifest
?????文件???????5557??2013-02-01?15:44??_005_TCP服務端_Template\frmMain.cs
?????文件???????6223??2013-02-01?14:27??_005_TCP服務端_Template\frmMain.Designer.cs
?????文件???????5817??2013-02-01?14:27??_005_TCP服務端_Template\frmMain.resx
?????文件???????1229??2013-01-31?15:12??_005_TCP服務端_Template\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????5482??2013-02-01?15:44??_005_TCP服務端_Template\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1212??2013-02-03?15:35??_005_TCP服務端_Template\obj\x86\Debug\_005_TCP服務端_Template.csproj.FileListAbsolute.txt
?????文件????????849??2013-02-01?14:28??_005_TCP服務端_Template\obj\x86\Debug\_005_TCP服務端_Template.csproj.GenerateResource.Cache
?????文件???????1339??2013-02-01?14:28??_005_TCP服務端_Template\obj\x86\Debug\_005_TCP服務端_Template.csprojResolveAssemblyReference.cache
?????文件??????11776??2013-02-01?15:44??_005_TCP服務端_Template\obj\x86\Debug\_005_TCP服務端_Template.exe
?????文件????????180??2013-02-01?14:28??_005_TCP服務端_Template\obj\x86\Debug\_005_TCP服務端_Template.frmMain.resources
?????文件??????28160??2013-02-01?15:44??_005_TCP服務端_Template\obj\x86\Debug\_005_TCP服務端_Template.pdb
?????文件????????180??2013-01-31?15:00??_005_TCP服務端_Template\obj\x86\Debug\_005_TCP服務端_Template.Properties.Resources.resources
?????文件????????489??2013-01-31?14:44??_005_TCP服務端_Template\Program.cs
?????文件???????1384??2013-01-31?14:44??_005_TCP服務端_Template\Properties\AssemblyInfo.cs
?????文件???????2904??2013-01-31?14:44??_005_TCP服務端_Template\Properties\Resources.Designer.cs
?????文件???????5612??2013-01-31?14:44??_005_TCP服務端_Template\Properties\Resources.resx
?????文件???????1113??2013-01-31?14:44??_005_TCP服務端_Template\Properties\Settings.Designer.cs
?????文件????????249??2013-01-31?14:44??_005_TCP服務端_Template\Properties\Settings.settings
?????文件???????3469??2013-01-31?15:00??_005_TCP服務端_Template\_005_TCP服務端_Template.csproj
?????文件????????893??2013-01-31?14:44??_005_TCP服務端_Template\_005_TCP服務端_Template.sln
????..A..H.?????16896??2013-02-03?16:24??_005_TCP服務端_Template\_005_TCP服務端_Template.suo
?????目錄??????????0??2013-01-31?14:44??_005_TCP服務端_Template\obj\x86\Debug\TempPE
?????目錄??????????0??2013-02-03?16:24??_005_TCP服務端_Template\obj\x86\Debug
?????目錄??????????0??2013-02-03?16:24??_005_TCP服務端_Template\bin\Debug
?????目錄??????????0??2013-02-03?16:24??_005_TCP服務端_Template\obj\x86
?????目錄??????????0??2013-02-03?16:24??_005_TCP服務端_Template\bin
............此處省略6個文件信息
- 上一篇:textbox右邊加個小按鈕
- 下一篇:C#拍照 以及視頻錄制
評論
共有 條評論