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

资源简介

用socket实现的tcp/ip通讯实例,直接类文件可移植到其他工程中。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace TcpDemo
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new TcpClientWindow());
        }
    }
}

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

     文件        189  2019-05-13 00:00  TCPDemo\TCPDemo\App.config

     文件      19456  2019-05-13 00:00  TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.exe

     文件        189  2019-05-13 00:00  TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.exe.config

     文件      38400  2019-05-13 00:00  TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.pdb

     文件      22696  2019-05-13 00:00  TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.vshost.exe

     文件        189  2019-05-13 00:00  TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.vshost.exe.config

     文件        490  2019-05-13 00:00  TCPDemo\TCPDemo\bin\Debug\TCPClientDemo.vshost.exe.manifest

     文件       1464  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7345  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        938  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.csproj.FileListAbsolute.txt

     文件       1212  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.csproj.GenerateResource.Cache

     文件       2384  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.csprojResolveAssemblyReference.cache

     文件      19456  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.exe

     文件      38400  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.pdb

     文件        180  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.Properties.Resources.resources

     文件        180  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.TcpClientWindow.resources

     文件        180  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPClientDemo.TcpServiceWindow.resources

     文件       1802  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPDemo.csproj.FileListAbsolute.txt

     文件       1091  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPDemo.csproj.GenerateResource.Cache

     文件       2384  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TCPDemo.csprojResolveAssemblyReference.cache

     文件        180  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TcpDemo.TcpClientWindow.resources

     文件        180  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TcpDemo.TcpServiceWindow.resources

     文件          0  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

     文件          0  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

     文件          0  2019-05-13 00:00  TCPDemo\TCPDemo\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

     文件        529  2019-05-13 00:00  TCPDemo\TCPDemo\Program.cs

     文件       1334  2019-05-13 00:00  TCPDemo\TCPDemo\Properties\AssemblyInfo.cs

     文件       2833  2019-05-13 00:00  TCPDemo\TCPDemo\Properties\Resources.Designer.cs

     文件       5612  2019-05-13 00:00  TCPDemo\TCPDemo\Properties\Resources.resx

     文件       1094  2019-05-13 00:00  TCPDemo\TCPDemo\Properties\Settings.Designer.cs

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

评论

共有 条评论