資源簡介
C# Socket異步雙工通訊示例; 含源代碼,使用VS2013開發
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?SocketClient
{
????static?class?Program
????{
????????///?
????????///?The?main?entry?point?for?the?application.
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?SocketClient());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-01-05?15:45??SocketDemo\
?????目錄???????????0??2015-01-05?15:44??SocketDemo\Code\
?????目錄???????????0??2015-01-05?15:49??SocketDemo\Code\SocketClient\
?????文件?????????187??2014-06-18?13:30??SocketDemo\Code\SocketClient\App.config
?????目錄???????????0??2015-01-05?15:44??SocketDemo\Code\SocketClient\bin\
?????目錄???????????0??2015-01-05?15:44??SocketDemo\Code\SocketClient\bin\Debug\
?????文件???????14848??2014-06-18?14:35??SocketDemo\Code\SocketClient\bin\Debug\SocketClient.exe
?????文件?????????187??2014-06-18?13:30??SocketDemo\Code\SocketClient\bin\Debug\SocketClient.exe.config
?????文件???????28160??2014-06-18?14:35??SocketDemo\Code\SocketClient\bin\Debug\SocketClient.pdb
?????文件???????24224??2014-06-18?14:32??SocketDemo\Code\SocketClient\bin\Debug\SocketClient.vshost.exe
?????文件?????????187??2014-06-18?13:30??SocketDemo\Code\SocketClient\bin\Debug\SocketClient.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??SocketDemo\Code\SocketClient\bin\Debug\SocketClient.vshost.exe.manifest
?????目錄???????????0??2015-01-05?15:50??SocketDemo\Code\SocketClient\bin\Release\
?????文件???????14336??2015-01-05?15:50??SocketDemo\Code\SocketClient\bin\Release\SocketClient.exe
?????文件?????????187??2014-06-18?13:30??SocketDemo\Code\SocketClient\bin\Release\SocketClient.exe.config
?????文件???????26112??2015-01-05?15:50??SocketDemo\Code\SocketClient\bin\Release\SocketClient.pdb
?????文件???????24224??2015-01-05?15:47??SocketDemo\Code\SocketClient\bin\Release\SocketClient.vshost.exe
?????文件?????????187??2014-06-18?13:30??SocketDemo\Code\SocketClient\bin\Release\SocketClient.vshost.exe.config
?????文件?????????490??2013-03-18?17:00??SocketDemo\Code\SocketClient\bin\Release\SocketClient.vshost.exe.manifest
?????目錄???????????0??2015-01-05?15:44??SocketDemo\Code\SocketClient\obj\
?????目錄???????????0??2015-01-05?15:44??SocketDemo\Code\SocketClient\obj\Debug\
?????文件????????1417??2014-06-18?13:49??SocketDemo\Code\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6831??2014-06-18?13:30??SocketDemo\Code\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????527??2014-06-18?14:35??SocketDemo\Code\SocketClient\obj\Debug\SocketClient.csproj.FileListAbsolute.txt
?????文件?????????984??2014-06-18?14:35??SocketDemo\Code\SocketClient\obj\Debug\SocketClient.csproj.GenerateResource.Cache
?????文件???????14848??2014-06-18?14:35??SocketDemo\Code\SocketClient\obj\Debug\SocketClient.exe
?????文件???????28160??2014-06-18?14:35??SocketDemo\Code\SocketClient\obj\Debug\SocketClient.pdb
?????文件?????????180??2014-06-18?14:35??SocketDemo\Code\SocketClient\obj\Debug\SocketClient.Properties.Resources.resources
?????文件?????????180??2014-06-18?14:35??SocketDemo\Code\SocketClient\obj\Debug\SocketClient.SocketClient.resources
?????文件???????????0??2014-06-18?13:30??SocketDemo\Code\SocketClient\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2014-06-18?13:30??SocketDemo\Code\SocketClient\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
............此處省略84個文件信息
- 上一篇:C# Json的使用Demo
- 下一篇:用C#實現RSA的加密與解密
評論
共有 條評論