資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Threading;
using?XuanJiSocket;
using?System.Net.Sockets;
namespace?ClientDemo
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????Control.CheckForIllegalCrossThreadCalls?=?false;
????????}
????????SocketHelper.TcpClients?client;
????????string?ip?=?string.Empty;
????????string?port?=?string.Empty;
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????//客戶端如何處理異常等信息參照服務(wù)端
????????????SocketHelper.pushSockets?=?new?SocketHelper.PushSockets(Rec);//注冊推送器
????????????client?=?new?SocketHelper.Tc
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-10-09?21:20??ClientDemo\
?????文件????????3337??2014-10-18?16:12??ClientDemo\ClientDemo.cs
?????文件????????3684??2014-09-11?23:03??ClientDemo\ClientDemo.csproj
?????文件????????5817??2014-10-18?16:10??ClientDemo\ClientDemo.resx
?????文件???????10428??2014-10-18?16:10??ClientDemo\Form1.Designer.cs
?????文件?????????471??2014-09-11?22:42??ClientDemo\Program.cs
?????目錄???????????0??2014-10-09?21:20??ClientDemo\Properties\
?????文件????????1370??2014-09-11?22:42??ClientDemo\Properties\AssemblyInfo.cs
?????文件????????2872??2014-09-11?22:42??ClientDemo\Properties\Resources.Designer.cs
?????文件????????5612??2014-09-11?22:42??ClientDemo\Properties\Resources.resx
?????文件????????1097??2014-09-11?22:42??ClientDemo\Properties\Settings.Designer.cs
?????文件?????????249??2014-09-11?22:42??ClientDemo\Properties\Settings.settings
?????目錄???????????0??2014-10-09?21:20??ClientDemo\bin\
?????目錄???????????0??2014-10-09?21:20??ClientDemo\bin\Debug\
?????文件???????13312??2014-10-18?16:12??ClientDemo\bin\Debug\ClientDemo.exe
?????文件???????38400??2014-10-18?16:12??ClientDemo\bin\Debug\ClientDemo.pdb
?????文件???????11608??2014-10-18?16:33??ClientDemo\bin\Debug\ClientDemo.vshost.exe
?????文件?????????490??2010-03-17?22:39??ClientDemo\bin\Debug\ClientDemo.vshost.exe.manifest
?????文件???????11776??2014-10-18?16:10??ClientDemo\bin\Debug\XuanJiSocket.dll
?????文件???????28160??2014-10-18?16:10??ClientDemo\bin\Debug\XuanJiSocket.pdb
?????目錄???????????0??2014-10-18?18:02??ClientDemo\bin\Release\
?????目錄???????????0??2014-10-09?21:20??ClientDemo\obj\
?????目錄???????????0??2014-10-09?21:20??ClientDemo\obj\x86\
?????目錄???????????0??2014-10-18?16:12??ClientDemo\obj\x86\Debug\
?????文件?????????180??2014-10-18?16:11??ClientDemo\obj\x86\Debug\ClientDemo.Form1.resources
?????文件?????????180??2014-10-18?16:11??ClientDemo\obj\x86\Debug\ClientDemo.Properties.Resources.resources
?????文件????????5920??2014-10-18?16:33??ClientDemo\obj\x86\Debug\ClientDemo.csproj.FileListAbsolute.txt
?????文件?????????852??2014-10-18?16:11??ClientDemo\obj\x86\Debug\ClientDemo.csproj.GenerateResource.Cache
?????文件???????15781??2014-10-18?16:11??ClientDemo\obj\x86\Debug\ClientDemo.csprojResolveAssemblyReference.cache
?????文件???????13312??2014-10-18?16:12??ClientDemo\obj\x86\Debug\ClientDemo.exe
?????文件???????38400??2014-10-18?16:12??ClientDemo\obj\x86\Debug\ClientDemo.pdb
............此處省略59個(gè)文件信息
評(píng)論
共有 條評(píng)論