• 大小: 0.52M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: demo  tcp  UDP  C#  

资源简介


资源截图

代码片段和文件信息

/***************************
 *    Socket ip  客户端  *
 *    济南有人物联网技术有限公司
 *    感谢:山东省农业机械研究院提供
 * ***********************/
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.Net.Sockets;
using System.Threading;
using System.Net;

namespace SocketClient
{
    public partial class Form1 : Form
    {
        /// 
        ///以本机作测试 
        /// 

        private IPAddress serverIP = IPAddress.Parse(“127.0.0.1“);
        /// 
        ///完整终端地址 
        /// 

        private IPEndPoint serverFullAddr;
        /// 
        /// 连接套接字
        /// 

        private Socket

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     69120  2018-10-19 09:43  C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\.suo

     文件          0  2018-09-29 18:42  C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\db.lock

     文件       4096  2018-09-29 18:42  C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\storage.ide

     文件      32768  2018-10-19 09:42  C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\storage.ide-shm

     文件    2504992  2018-10-19 09:43  C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\storage.ide-wal

     文件       1419  2014-11-04 10:08  C_sharp_Socket\C_sharp_TCP\Socket.sln

    ..A..H.     36864  2014-11-05 17:14  C_sharp_Socket\C_sharp_TCP\Socket.suo

     文件        144  2014-11-05 17:05  C_sharp_Socket\C_sharp_TCP\SocketClient\app.config

     文件      12800  2018-10-19 09:23  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Debug\SocketClient.exe

     文件        144  2014-11-05 17:05  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Debug\SocketClient.exe.config

     文件      24064  2018-10-19 09:23  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Debug\SocketClient.pdb

     文件      12288  2018-09-29 18:42  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.exe

     文件        144  2014-11-05 17:05  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.exe.config

     文件      22016  2018-09-29 18:42  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.pdb

     文件      11592  2014-11-05 17:14  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.vshost.exe

     文件        144  2014-11-05 17:05  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.vshost.exe.config

     文件        490  2010-03-17 22:39  C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.vshost.exe.manifest

     文件       4207  2018-10-19 09:21  C_sharp_Socket\C_sharp_TCP\SocketClient\Form1.cs

     文件      11259  2014-11-05 17:11  C_sharp_Socket\C_sharp_TCP\SocketClient\Form1.Designer.cs

     文件       6014  2014-11-05 17:11  C_sharp_Socket\C_sharp_TCP\SocketClient\Form1.resx

     文件       1229  2014-10-07 17:51  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6996  2018-10-19 09:25  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        600  2014-11-05 17:14  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource-ResGen.read.1.tlog

     文件       1090  2014-11-05 17:14  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource-ResGen.write.1.tlog

     文件          2  2014-11-05 17:14  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource.read.1.tlog

     文件          2  2014-11-05 17:14  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource.write.1.tlog

     文件         42  2018-09-29 18:43  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csproj.CoreCompileInputs.cache

     文件       5434  2018-10-19 09:20  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csproj.FileListAbsolute.txt

     文件       1012  2018-10-19 09:19  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csproj.GenerateResource.cache

     文件       9817  2018-10-19 09:09  C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csprojAssemblyReference.cache

............此处省略175个文件信息

评论

共有 条评论