如何在C#中控制远程系统 [英] how to control remotly system in c#

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

问题描述

我想在c#窗口应用程序中远程查看特定ip的特定系统
请告诉我
谢谢&问候
Gaurav Rawat

I want to see particular system remotly of particular ip in c# window application
please tell me
Thanks & Regards
Gaurav Rawat

推荐答案

这完全取决于您要控制的内容,特别是取决于控制反转的需求(http://en.wikipedia.org/wiki/Inversion_of_control [如何将byte []发送到另一台PC [ ^ ],
在局域网上与两个Windows应用程序进行通信. [ ^ ].

—SA
It totally depends on what you want to control, especially, on the need of inversion of control (http://en.wikipedia.org/wiki/Inversion_of_control[^]).

Most typically, you will need to create some service on the system to be controlled working as some kind of custom network service. The type if this application should almost certainly be the Windows Service. Perhaps the most straightforward way of doing this would be using self-hosted WCF.

However you can use networking on different levels. I briefly describe them in my past answers, please see:
how i can send byte[] to other pc[^],
Communication b/w two Windows applications on LAN.[^].

—SA


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

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