资源简介
用C#编写的一款windows下进行流畅屏幕共享的库,采用UDP广播进行数据的传输,同屏延迟测试局域网内0.17秒左右。(备注:DGIS.UDP.Service.dll提交加载失败,请删除这个程序集即可)
代码片段和文件信息
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 DGIS.DesktopShare.Service.Service;
namespace DGIS.DesktopShare
{
public partial class Form1 : Form
{
private DGIS.DesktopShare.Service.IService.IDesktopShareService _desktopShareService;
private List _redisHosts;
private int _udpPort = 10086;
public Form1()
{
InitializeComponent();
this.Closed += Form1_Closed;
this.startBtn.Click += Start;
_redisHosts =new List();
_redisHosts.Add(“192.168.1.200“);
_desktopShareService = new DesktopShareService(_redisHosts);
}
private void Form1_Closed(object sender EventArgs e)
{
_desktopShareService.Stop();
}
private void reciveBtn_Click(object sender EventArgs e)
{
_desktopShareService.Recive(_udpPort);
}
private void Start(object sender EventArgs e)
{
_desktopShareService.Start(12 true _udpPort);
this.startBtn.Text = “停止共享“;
this.startBtn.Click -= Start;
this.startBtn.Click += Stop;
}
private void Stop(object sender EventArgs e)
{
_desktopShareService.Stop();
this.startBtn.Text = “共享屏幕“;
this.startBtn.Click -= Stop;
this.startBtn.Click += Start;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-29 15:24 DGIS.DesktopShare\
目录 0 2018-01-29 13:46 DGIS.DesktopShare\.vs\
目录 0 2018-01-29 13:46 DGIS.DesktopShare\.vs\DGIS.DesktopShare\
目录 0 2018-01-29 13:46 DGIS.DesktopShare\.vs\DGIS.DesktopShare\v14\
文件 90112 2018-01-29 15:46 DGIS.DesktopShare\.vs\DGIS.DesktopShare\v14\.suo
目录 0 2018-01-29 15:24 DGIS.DesktopShare\DGIS.DesktopShare\
文件 4360 2018-01-29 15:23 DGIS.DesktopShare\DGIS.DesktopShare\DGIS.DesktopShare.csproj
文件 2854 2018-01-29 15:24 DGIS.DesktopShare\DGIS.DesktopShare\Form1.Designer.cs
文件 1661 2018-01-29 15:24 DGIS.DesktopShare\DGIS.DesktopShare\Form1.cs
文件 561221 2018-01-29 15:24 DGIS.DesktopShare\DGIS.DesktopShare\Form1.resx
文件 498 2018-01-29 13:46 DGIS.DesktopShare\DGIS.DesktopShare\Program.cs
目录 0 2018-01-29 13:46 DGIS.DesktopShare\DGIS.DesktopShare\Properties\
文件 1342 2018-01-29 13:46 DGIS.DesktopShare\DGIS.DesktopShare\Properties\AssemblyInfo.cs
文件 2874 2018-01-29 15:06 DGIS.DesktopShare\DGIS.DesktopShare\Properties\Resources.Designer.cs
文件 5612 2018-01-29 13:46 DGIS.DesktopShare\DGIS.DesktopShare\Properties\Resources.resx
文件 1117 2018-01-29 15:06 DGIS.DesktopShare\DGIS.DesktopShare\Properties\Settings.Designer.cs
文件 249 2018-01-29 13:46 DGIS.DesktopShare\DGIS.DesktopShare\Properties\Settings.settings
文件 370070 2018-01-29 15:23 DGIS.DesktopShare\DGIS.DesktopShare\Recorded TV.ico
文件 161 2018-01-29 15:06 DGIS.DesktopShare\DGIS.DesktopShare\app.config
目录 0 2018-01-29 15:56 DGIS.DesktopShare\DGIS.DesktopShare\bin\
目录 0 2018-01-29 15:48 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\
文件 7168 2018-01-18 10:54 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DataConvert.dll
文件 11264 2018-01-29 15:48 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.Service.dll
文件 26112 2018-01-29 15:48 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.Service.pdb
文件 750080 2018-01-29 15:48 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.exe
文件 161 2018-01-29 15:06 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.exe.config
文件 19968 2018-01-29 15:48 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.pdb
文件 22688 2018-01-29 15:55 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.vshost.exe
文件 161 2018-01-29 15:06 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.vshost.exe.config
文件 490 2017-03-19 05:00 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.DesktopShare.vshost.exe.manifest
文件 8192 2018-01-18 14:44 DGIS.DesktopShare\DGIS.DesktopShare\bin\Debug\DGIS.Redis.Service.dll
............此处省略86个文件信息
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论