資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Net.Sockets;
using?System.Net;
using?System.Windows.Forms;
namespace?SocketClient
{
???//?public?delegate?void?ListenData
????public?class?ReseiveDataStruct
????{
????????public?Socket?socket?=?null;
????????public?static?int?bufferSize?=?1000;
????????public?byte[]?buffer?=?new?byte[bufferSize];//接受到的數(shù)據(jù)
????}
????///?
????///?服務(wù)器端Socket通信類
????///?
????public?class?AsySockets
????{
????????public?delegate?void?ReceiveDataCompleteHandler(string?strdata);
????????public?event?ReceiveDataCompleteHandler?ReceiveDataCompleteEvent;
????????private?Socket?socketobject?=?null;
????????private?string?mid?=?string.Empty;
????????public?AsySockets(Socke
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????5093??2010-11-03?09:45??SocketClient\AsySockets.cs
?????文件??????13824??2017-01-12?11:46??SocketClient\bin\Debug\SocketClient.exe
?????文件??????30208??2017-01-12?11:46??SocketClient\bin\Debug\SocketClient.pdb
?????文件??????14328??2010-11-02?16:59??SocketClient\bin\Debug\SocketClient.vshost.exe
?????文件????????490??2007-07-21?01:33??SocketClient\bin\Debug\SocketClient.vshost.exe.manifest
?????文件???????1452??2017-01-12?11:46??SocketClient\obj\Debug\SocketClient.csproj.FileListAbsolute.txt
?????文件????????858??2017-01-12?11:46??SocketClient\obj\Debug\SocketClient.csproj.GenerateResource.Cache
?????文件??????13824??2017-01-12?11:46??SocketClient\obj\Debug\SocketClient.exe
?????文件??????30208??2017-01-12?11:46??SocketClient\obj\Debug\SocketClient.pdb
?????文件????????180??2017-01-12?11:46??SocketClient\obj\Debug\SocketClient.Properties.Resources.resources
?????文件????????180??2017-01-12?11:46??SocketClient\obj\Debug\SocketClient.SocketClientForm.resources
?????文件????????504??2010-11-02?10:33??SocketClient\Program.cs
?????文件???????1366??2010-11-02?10:33??SocketClient\Properties\AssemblyInfo.cs
?????文件???????2874??2010-11-02?10:33??SocketClient\Properties\Resources.Designer.cs
?????文件???????5612??2010-11-02?10:33??SocketClient\Properties\Resources.resx
?????文件???????1097??2010-11-02?10:33??SocketClient\Properties\Settings.Designer.cs
?????文件????????249??2010-11-02?10:33??SocketClient\Properties\Settings.settings
?????文件???????3866??2010-11-02?10:45??SocketClient\SocketClient.csproj
?????文件???????1866??2010-11-03?09:48??SocketClient\SocketClientForm.cs
?????文件???????8624??2010-11-03?09:46??SocketClient\SocketClientForm.Designer.cs
?????文件???????5814??2010-11-03?09:46??SocketClient\SocketClientForm.resx
?????文件???????6469??2010-11-03?15:31??SocketServer\SocketServer\AsySockets.cs
?????文件??????13824??2017-01-12?11:46??SocketServer\SocketServer\bin\Debug\SocketServer.exe
?????文件??????30208??2017-01-12?11:46??SocketServer\SocketServer\bin\Debug\SocketServer.pdb
?????文件??????11592??2017-01-12?14:05??SocketServer\SocketServer\bin\Debug\SocketServer.vshost.exe
?????文件????????490??2009-06-11?05:14??SocketServer\SocketServer\bin\Debug\SocketServer.vshost.exe.manifest
?????文件???????1660??2017-01-12?14:05??SocketServer\SocketServer\obj\Debug\SocketServer.csproj.FileListAbsolute.txt
?????文件????????858??2017-01-12?11:46??SocketServer\SocketServer\obj\Debug\SocketServer.csproj.GenerateResource.Cache
?????文件??????13824??2017-01-12?11:46??SocketServer\SocketServer\obj\Debug\SocketServer.exe
?????文件??????30208??2017-01-12?11:46??SocketServer\SocketServer\obj\Debug\SocketServer.pdb
............此處省略34個(gè)文件信息
評(píng)論
共有 條評(píng)論