终端服务器:使用 AxMSTCLib 隐藏会话
我试图“隐藏”通过 AxMSTCLib (使用 c# 应用程序)打开的会话中的会话,但我被弹出了。 TS2008 出现这种情况正常吗?
如果是这样,任何人都可以解释如何使用托管代码打开 shawod rdp 会话吗?
问候,
斯特凡
I'm trying to "shadow" a session within a session opened through AxMSTCLib (using c# app), but I get ejected. Is this normal with TS2008 ?
If so, as anyone ressource explaining how to open a shawod rdp session using managed code ?
Regards,
Stéphane
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想以编程方式启动会话的远程控制,可以使用 Cassia 库 -- 从项目的 构建下载最新的主干构建服务器(以访客身份登录)并使用 ITerminalServicesSession.StartRemoteControl 方法。
我在结束远程控制时遇到会话断开连接的问题(请参阅 此线程),但我不确定这是否是您所指的。
If you want to programmatically start remote control of a session, you can do so using the Cassia library -- download the latest trunk build from the project's build server (login as a guest) and use the ITerminalServicesSession.StartRemoteControl method.
I have had issues with sessions being disconnected when ending remote control (see this thread), but I'm not sure if that's what you are referring to.