-
大小: 0.14M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-26
- 語(yǔ)言: C#
- 標(biāo)簽: 傳送數(shù)據(jù)??gprs??
資源簡(jiǎn)介
C#編寫的通過(guò)gprs傳送數(shù)據(jù)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.Runtime.Serialization.Formatters.Binary;
using?TCPLibrary;
using?TCPLibrary.Abstracts;
using?TCPLibrary.DefaultImplements;
namespace?TCPClient
{
????public?partial?class?Form1?:?Form
????{
????????baseClientSocket?_client;
????????baseProxySocket?_proxy;
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????_client?=?new?baseClientSocket();
????????????_client.Connected?+=?new?ConnectedEventHandler(_client_Connected);
????????????_client.DisConn
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????12288??2015-01-23?17:30??TCPDemo\TCPClient\bin\Debug\TCPClient.exe
?????文件??????30208??2015-01-23?17:30??TCPDemo\TCPClient\bin\Debug\TCPClient.pdb
?????文件??????11600??2015-01-23?17:30??TCPDemo\TCPClient\bin\Debug\TCPClient.vshost.exe
?????文件????????490??2010-03-17?22:39??TCPDemo\TCPClient\bin\Debug\TCPClient.vshost.exe.manifest
?????文件??????11776??2015-01-23?17:30??TCPDemo\TCPClient\bin\Debug\TCPLibrary.dll
?????文件??????40448??2015-01-23?17:30??TCPDemo\TCPClient\bin\Debug\TCPLibrary.pdb
?????文件???????3724??2015-01-23?13:50??TCPDemo\TCPClient\Form1.cs
?????文件???????5076??2015-01-23?13:50??TCPDemo\TCPClient\Form1.Designer.cs
?????文件???????5817??2015-01-23?13:50??TCPDemo\TCPClient\Form1.resx
?????文件???????2867??2015-01-23?09:14??TCPDemo\TCPClient\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6407??2015-01-23?17:30??TCPDemo\TCPClient\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????844??2015-01-23?17:30??TCPDemo\TCPClient\obj\x86\Debug\TCPClient.csproj.FileListAbsolute.txt
?????文件????????975??2015-01-23?13:50??TCPDemo\TCPClient\obj\x86\Debug\TCPClient.csproj.GenerateResource.Cache
?????文件??????11568??2015-01-23?17:30??TCPDemo\TCPClient\obj\x86\Debug\TCPClient.csprojResolveAssemblyReference.cache
?????文件??????12288??2015-01-23?17:30??TCPDemo\TCPClient\obj\x86\Debug\TCPClient.exe
?????文件????????180??2015-01-23?17:30??TCPDemo\TCPClient\obj\x86\Debug\TCPClient.Form1.resources
?????文件??????30208??2015-01-23?17:30??TCPDemo\TCPClient\obj\x86\Debug\TCPClient.pdb
?????文件????????180??2015-01-23?17:30??TCPDemo\TCPClient\obj\x86\Debug\TCPClient.Properties.Resources.resources
?????文件????????501??2015-01-23?09:14??TCPDemo\TCPClient\Program.cs
?????文件???????1430??2015-01-23?09:14??TCPDemo\TCPClient\Properties\AssemblyInfo.cs
?????文件???????2848??2015-01-23?09:14??TCPDemo\TCPClient\Properties\Resources.Designer.cs
?????文件???????5612??2015-01-23?09:14??TCPDemo\TCPClient\Properties\Resources.resx
?????文件???????1096??2015-01-23?09:14??TCPDemo\TCPClient\Properties\Settings.Designer.cs
?????文件????????249??2015-01-23?09:14??TCPDemo\TCPClient\Properties\Settings.settings
?????文件???????3895??2015-01-23?13:22??TCPDemo\TCPClient\TCPClient.csproj
?????文件???????3514??2015-01-23?10:41??TCPDemo\TCPDemo.sln
????..A..H.?????79360??2015-01-23?13:52??TCPDemo\TCPDemo.suo
?????文件???????3789??2015-01-23?11:53??TCPDemo\TCPLibrary\Abstracts\ZClientSocket.cs
?????文件???????3304??2015-01-23?12:47??TCPDemo\TCPLibrary\Abstracts\ZDataBuffer.cs
?????文件????????524??2015-01-23?12:26??TCPDemo\TCPLibrary\Abstracts\ZMessage.cs
............此處省略71個(gè)文件信息
評(píng)論
共有 條評(píng)論