C#中的远程浏览器 [英] Remote browser in C#

查看:74
本文介绍了C#中的远程浏览器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两台机器,一台有活跃的互联网连接。如何使用c#制作简单的浏览器,将数据从在线电脑流式传输到离线电脑。任何帮助都是适用的。



我尝试过:



I have two machines and one has active internet connection. How to make simple browser that streams data from online pc to offline pc using c#. Any help is appriciated.

What I have tried:

i know about remote desktop but only one user at a time can use it

推荐答案

这不是一个很有意义:如果其中一台计算机具有互联网接入,另一台通过网络连接到它 - 局域网或WiFi - 那么另一台计算机可以通过相同的路由器访问互联网。



如果离线PC没有通过网络连接到在线PC,那么它必须通过不同的介质(如串行链路)与它物理连接:这很慢而且很困难。虽然可以通过串行链接流式传输HTML,但它不是一种舒适的浏览体验:类似于在非常糟糕的电话线上使用56K调制解调器,因为现代网站的规模很大。和实际的流媒体?如果你想要一个以每秒而不是每天衡量的帧速率,甚至不要考虑它。



我认为你需要重新考虑你想要实现的目标,也许可以考虑两者如何先沟通 - 我们无法帮助你!
That doesn't make a lot of sense: if one of the computers has internet access, and the other is connected to it via a network - LAN or WiFi - then the other has the same access to the internet via the same router.

If the offline PC isn't connected to the online PC via a network, then it has to be physically connected to it via a different medium such as a serial link: which is slow and difficult. While is it possible to stream the HTML via a serial link, it wouldn't be a comfortable browsing experience: akin to using a 56K modem over a very bad telephone line, given the large size of modern websites. And actual streaming? Don't even think about it, if you want a frame rate that is measured in "per second" rather than "per day".

I think you need to reconsider what you are trying to achieve, and maybe think about how the two are to be communicating first - and we can't help you with that!


这篇关于C#中的远程浏览器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆