文件名称:WinSocketSimple

介绍说明--下载内容均来自于网络,请自行研究使用

本程序为C#语言编写,版本为2010旗舰版 即10.0

本解决方案中包含两个实现的SocKet客户端的实例。

Form1为本机发个自身的,使用前,先要点击“开始接收”按钮,然后发送数据,即将发送的数据显示在Text2中。

Form2为接收从某设备发送来的数据。



默认情况下运行的为Form1窗体

Application.Run(new Form1())

//Application.Run(new Form2())

如果想运行Form2窗体 请打开项目,找到文件Program.cs,替换

Application.Run(new Form1())

//Application.Run(new Form2())



//Application.Run(new Form1())

Application.Run(new Form2())







当运行Form2时,如过接收到的数据为乱码,请到代码窗口找到

//string receivedStr = System.Text.Encoding.Unicode.GetString(buffer)

对编码进行修改,并注释掉下行。

   string receivedStr = System.Text.Encoding.UTF8.GetString(buffer) -C# SocKet Client
(系统自动生成,下载前可以参看下载内容)

下载文件列表





WinSocketSimple\WinSocketSimple\bin\Debug\WindowsFormsApplication1.exe

...............\...............\...\.....\WindowsFormsApplication1.pdb

...............\...............\...\.....\WindowsFormsApplication1.vshost.exe

...............\...............\...\.....\WindowsFormsApplication1.vshost.exe.manifest

...............\...............\ClassDiagram1.cd

...............\...............\Form.Designer.cs

...............\...............\Form1.cs

...............\...............\Form1.Designer.cs

...............\...............\Form1.resx

...............\...............\Form2.cs

...............\...............\Form2.Designer.cs

...............\...............\Form2.resx

...............\...............\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

...............\...............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache

...............\...............\...\...\.....\GenerateResource.read.1.tlog

...............\...............\...\...\.....\GenerateResource.write.1.tlog

...............\...............\...\...\.....\WindowsFormsApplication1.csproj.FileListAbsolute.txt

...............\...............\...\...\.....\WindowsFormsApplication1.exe

...............\...............\...\...\.....\WindowsFormsApplication1.Form2.resources

...............\...............\...\...\.....\WindowsFormsApplication1.pdb

...............\...............\...\...\.....\WindowsFormsApplication1.Properties.Resources.resources

...............\...............\...\...\.....\WinSocketSimple.csproj.FileListAbsolute.txt

...............\...............\...\...\.....\WinSocketSimple.Form1.resources

...............\...............\...\...\.....\WinSocketSimple.Form2.resources

...............\...............\Program.cs

...............\...............\...perties\AssemblyInfo.cs

...............\...............\..........\Resources.Designer.cs

...............\...............\..........\Resources.resx

...............\...............\..........\Settings.Designer.cs

...............\...............\..........\Settings.settings

...............\...............\WinSocketSimple.csproj

...............\WinSocketSimple.sln

...............\WinSocketSimple.suo

...............\实验使用说明.txt

...............\WinSocketSimple\obj\x86\Debug\TempPE

...............\...............\...\...\Debug

...............\...............\bin\Debug

...............\...............\obj\x86

...............\...............\bin

...............\...............\obj

...............\...............\Properties

...............\WinSocketSimple

WinSocketSimple

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org