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

资源简介

IcanSeeYou远程控制源代码

资源截图

代码片段和文件信息

/*----------------------------------------------------------------
        // Copyright (C) 2007 L3‘Studio
        // 版权所有。 
        // 开发者:L3‘Studio团队
        // 文件名:baseControler.cs
        // 文件功能描述:基本控制类(即客户端),具有建立连接,断开连接和基本通讯功能
//----------------------------------------------------------------*/

using System;

using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.IO;

using System.Runtime.Serialization.Formatters.Binary;
using System.Runtime.Serialization;
using System.Windows.Forms;

using ICanSeeYou.bases;
using ICanSeeYou.Common;

namespace Client
{
    /// 
    /// 基本控制类
    /// 

    public class baseControler : baseCommunication
    {
        /// 
        /// Tcp客户端
        /// 

    

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

     文件       2647  2007-04-08 22:15  Update\Update.csproj

     文件      22798  2007-03-30 21:38  Update\update2.ICO

     文件        498  2007-04-27 22:40  Update\obj\Update.csproj.FileList.txt

     文件      13824  2007-04-10 03:14  Update\obj\Release\Update.pdb

     文件      36864  2007-04-10 03:14  Update\obj\Release\Update.exe

     目录          0  2007-04-08 21:06  Update\obj\Release\Refactor

     目录          0  2007-04-08 21:06  Update\obj\Release\TempPE

     目录          0  2007-04-08 21:06  Update\obj\Release

     目录          0  2007-04-08 21:06  Update\obj\Debug\Refactor

     目录          0  2007-04-08 21:06  Update\obj\Debug\TempPE

     文件      11776  2007-04-10 03:13  Update\obj\Debug\Update.pdb

     文件      36864  2007-04-10 03:13  Update\obj\Debug\Update.exe

     目录          0  2007-04-08 21:06  Update\obj\Debug

     目录          0  2007-04-08 21:06  Update\obj

     目录          0  2007-04-08 21:06  Update\bin\Release

     目录          0  2007-04-08 21:07  Update\bin\Debug

     目录          0  2007-04-08 21:06  Update\bin

     文件       1205  2007-04-02 15:38  Update\Properties\AssemblyInfo.cs

     目录          0  2007-04-08 21:07  Update\Properties

     文件       1880  2007-04-08 21:50  Update\Program.cs

     目录          0  2007-04-08 21:06  Update

     文件       8612  2007-04-08 22:36  ICanSeeYou.sln

    ..A..H.    159744  2007-04-27 22:51  ICanSeeYou.suo

     文件       1333  2007-04-08 21:02  Client\Properties\AssemblyInfo.cs

     目录          0  2007-04-08 21:02  Client\Properties

     文件       2380  2007-04-08 22:12  Client\Client.csproj

     文件      36864  2007-04-10 03:13  Client\bin\Debug\ICanSeeYou.dll

     文件      95744  2007-04-10 03:13  Client\bin\Debug\ICanSeeYou.pdb

     文件      20480  2007-04-10 03:13  Client\bin\Debug\Client.dll

     文件      26112  2007-04-10 03:13  Client\bin\Debug\Client.pdb

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

评论

共有 条评论