• 大小: 0.31M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: Socket  实例  C#  文件  通讯  

资源简介

c#通讯实例,socket的select模型,多通道及文件生成

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Collections;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;

namespace SGAIGrindCom
{
   
        public class IniFile
        {
            private string ffilename = ““;

             
            [DllImport(“kernel32“)]
            private static extern int GetPrivateProfileInt(
            string lpappname
            string lpkeyname
            int ndefault
            string lpfilename
            );

            [DllImport(“kernel32“)]
            private static extern int WritePrivateProfileString(
            string lpappname
            string lpkeyname
            string lpdefault
            StringBuilder lpreturnedstring
          

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

     文件       1000  2015-04-27 08:52  obj\Debug\SGAIGrindCom.csproj.FileListAbsolute.txt

     文件        888  2015-03-30 16:32  obj\Debug\SGAIGrindCom.csproj.GenerateResource.Cache

     文件     148992  2015-03-30 16:37  obj\Debug\SGAIGrindCom.exe

     文件       2804  2015-03-30 16:32  obj\Debug\SGAIGrindCom.MainForm.resources

     文件     161280  2015-03-30 16:37  obj\Debug\SGAIGrindCom.pdb

     文件      77388  2015-03-30 16:32  obj\Debug\SGAIGrindCom.Properties.Resources.resources

     文件       4608  2013-04-19 19:08  obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1374  2013-05-02 20:48  Properties\AssemblyInfo.cs

     文件       3095  2013-04-19 19:08  Properties\Resources.Designer.cs

     文件       6197  2013-04-19 19:08  Properties\Resources.resx

     文件       1097  2013-03-15 11:47  Properties\Settings.Designer.cs

     文件        249  2013-03-15 11:47  Properties\Settings.settings

     文件      76905  2013-04-19 19:07  Resources\logo.jpg

     文件        418  2013-05-02 19:22  Utility\SGAI.GrindCom.Proxy.Net.TcpEventArgs.cs

     文件       2779  2013-05-02 19:22  Utility\SGAI.GrindCom.Proxy.Utility.cs

     文件       3383  2013-03-15 14:37  IniFile.cs

     文件       3673  2013-08-30 10:32  LogHelper.cs

     文件      41413  2015-01-29 22:20  MainForm.cs

     文件      33232  2015-01-26 08:37  MainForm.Designer.cs

     文件      10287  2015-01-26 08:37  MainForm.resx

     文件        496  2013-03-15 11:48  Program.cs

     文件       2238  2013-05-02 20:47  Rose2.ico

     文件       4239  2015-02-05 16:03  RWFile.cs

     文件       6901  2013-05-02 19:22  SGAI.GrindCom.TcpIpCom.cs

     文件       7763  2014-09-09 00:31  SGAIGrindCom.csproj

     文件        613  2013-05-02 20:47  SGAIGrindCom.csproj.user

     文件       2752  2015-08-05 11:26  SGAIGrindCom.sln

     文件      32812  2013-05-02 19:34  TelStruct.cs

     文件        409  2013-03-15 11:53  Net\Tcp\SGAI.GrindCom.Proxy.Net.Delegates.cs

     文件       5987  2013-03-15 11:53  Net\Tcp\SGAI.GrindCom.Proxy.Net.TcpChannelbase.cs

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

评论

共有 条评论