91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.09M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-25
  • 語言: C#
  • 標(biāo)簽: Socket??C#??網(wǎng)絡(luò)??c??

資源簡介

C#網(wǎng)絡(luò)連接socket

資源截圖

代碼片段和文件信息

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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????5093??2010-11-03?09:45??SocketClient\AsySockets.cs

?????文件??????13824??2010-11-04?16:08??SocketClient\bin\Debug\SocketClient.exe

?????文件??????30208??2010-11-04?16:08??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

?????文件????????722??2010-11-04?16:08??SocketClient\obj\Debug\SocketClient.csproj.FileListAbsolute.txt

?????文件????????858??2010-11-04?16:08??SocketClient\obj\Debug\SocketClient.csproj.GenerateResource.Cache

?????文件??????13824??2010-11-04?16:08??SocketClient\obj\Debug\SocketClient.exe

?????文件??????30208??2010-11-04?16:08??SocketClient\obj\Debug\SocketClient.pdb

?????文件????????180??2010-11-04?16:08??SocketClient\obj\Debug\SocketClient.Properties.Resources.resources

?????文件????????180??2010-11-04?16:08??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??2010-11-04?13:56??SocketServer\SocketServer\bin\Debug\SocketServer.exe

?????文件??????30208??2010-11-04?13:56??SocketServer\SocketServer\bin\Debug\SocketServer.pdb

?????文件??????14328??2010-11-04?13:41??SocketServer\SocketServer\bin\Debug\SocketServer.vshost.exe

?????文件????????490??2007-07-21?01:33??SocketServer\SocketServer\bin\Debug\SocketServer.vshost.exe.manifest

?????文件????????826??2010-11-04?13:56??SocketServer\SocketServer\obj\Debug\SocketServer.csproj.FileListAbsolute.txt

?????文件????????858??2010-11-04?13:56??SocketServer\SocketServer\obj\Debug\SocketServer.csproj.GenerateResource.Cache

?????文件??????13824??2010-11-04?13:56??SocketServer\SocketServer\obj\Debug\SocketServer.exe

?????文件??????30208??2010-11-04?13:56??SocketServer\SocketServer\obj\Debug\SocketServer.pdb

............此處省略34個文件信息

評論

共有 條評論