• <small id='q4OmQ'></small><noframes id='q4OmQ'>

    <i id='q4OmQ'><tr id='q4OmQ'><dt id='q4OmQ'><q id='q4OmQ'><span id='q4OmQ'><b id='q4OmQ'><form id='q4OmQ'><ins id='q4OmQ'></ins><ul id='q4OmQ'></ul><sub id='q4OmQ'></sub></form><legend id='q4OmQ'></legend><bdo id='q4OmQ'><pre id='q4OmQ'><center id='q4OmQ'></center></pre></bdo></b><th id='q4OmQ'></th></span></q></dt></tr></i><div id='q4OmQ'><tfoot id='q4OmQ'></tfoot><dl id='q4OmQ'><fieldset id='q4OmQ'></fieldset></dl></div>
      <legend id='q4OmQ'><style id='q4OmQ'><dir id='q4OmQ'><q id='q4OmQ'></q></dir></style></legend>

          <bdo id='q4OmQ'></bdo><ul id='q4OmQ'></ul>
      1. <tfoot id='q4OmQ'></tfoot>

        在哪里可以找到有关 C# MSTSCLib 的文档,特别是 MsRdpClient 类?

        Where can I find documentation on the C# MSTSCLib, specifically the MsRdpClient classes?(在哪里可以找到有关 C# MSTSCLib 的文档,特别是 MsRdpClient 类?)

          <tbody id='rQ0b8'></tbody>

          <small id='rQ0b8'></small><noframes id='rQ0b8'>

          • <i id='rQ0b8'><tr id='rQ0b8'><dt id='rQ0b8'><q id='rQ0b8'><span id='rQ0b8'><b id='rQ0b8'><form id='rQ0b8'><ins id='rQ0b8'></ins><ul id='rQ0b8'></ul><sub id='rQ0b8'></sub></form><legend id='rQ0b8'></legend><bdo id='rQ0b8'><pre id='rQ0b8'><center id='rQ0b8'></center></pre></bdo></b><th id='rQ0b8'></th></span></q></dt></tr></i><div id='rQ0b8'><tfoot id='rQ0b8'></tfoot><dl id='rQ0b8'><fieldset id='rQ0b8'></fieldset></dl></div>
            <tfoot id='rQ0b8'></tfoot>

              • <bdo id='rQ0b8'></bdo><ul id='rQ0b8'></ul>
                <legend id='rQ0b8'><style id='rQ0b8'><dir id='rQ0b8'><q id='rQ0b8'></q></dir></style></legend>

                1. 本文介绍了在哪里可以找到有关 C# MSTSCLib 的文档,特别是 MsRdpClient 类?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想弄清楚如何创建 C# 远程桌面客户端,并且 Internet 上的文档从稀少到不存在.或者如果你有这些信息,请告诉我.我会尽可能多地收集信息并发布到某个地方

                  I would like to figure out how to create a C# Remote Desktop client and the documentation on the internet varies from sparse to non-existent. Or if you have this information, please let me know. I will compile as much info as possible and post it up somewhere

                  我想了解以下信息:

                  1. 如何以编程方式连接到远程桌面服务器?我应该使用什么客户端类?大概有 20 个.
                  2. 我知道你可以直接设置服务器和用户名.如何安全地设置密码?
                  3. 为什么下面的代码不起作用?

                  1. How do I connect programatically to a remote desktop server? What client class should I use? There are like 20 of them.
                  2. I sort of know that you can set Server and Username directly. How do I set the password securely?
                  3. Why doesn't the following code work?

                  MsRdpClient7 rdc = new MSTSCLib.MsRdpClient7();
                  rdc.Server = "fake.bogus.com";
                  rdc.UserName = "JChen";
                  rdc.AdvancedSettings2.ClearTextPassword = "insecure";
                  rdc.Connect();
                  

                2. RDP 客户端的完整 API 是什么?我可以从中获得哪些信息?

                3. What is the full API for the RDP client? What kinds of information can I get from it?

                  如果您一直在使用 C# 中的 RDP,请提供帮助.您将为所有需要学习此 API 的人提供巨大的服务,更重要的是,为我提供 :-)

                  If you've been working with RDP in C#, please help. You'll be providing a huge service to all the people who need to learn this API and more importantly, to me :-)

                  再次感谢!
                  杰人

                  Thanks again!
                  Jieren

                  为了澄清一点,我正在尝试创建一个控制台 RDP 客户端,它既可以向 RDP 服务器发送数据,也可以从 RDP 服务器接收数据.我已经使用 AxMsTscAxNotSafeForScripting 类型完成了 Forms RDP 客户端.

                  To clarify a bit, I'm trying to create a console RDP client that can both send data to and receive data from the RDP server. I've already done a Forms RDP client using the AxMsTscAxNotSafeForScripting type.

                  推荐答案

                  MSDN 有关于 远程桌面 ActiveX 控制界面

                  (多么长的描述性名称:))

                  (What a long and descriptive name :) )

                  这篇关于在哪里可以找到有关 C# MSTSCLib 的文档,特别是 MsRdpClient 类?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!
                4. 相关文档推荐

                  Performance overhead of using attributes in .NET(在 .NET 中使用属性的性能开销)
                  Accessing attribute info from DTE(从 DTE 访问属性信息)
                  c# Hide a property in datagridview with datasource(c#使用数据源隐藏datagridview中的属性)
                  Extract Display name and description Attribute from within a HTML helper(从 HTML 帮助器中提取显示名称和描述属性)
                  C# Attributes and their uses(C# 属性及其用途)
                  C# - Getting all enums value by attribute(C# - 按属性获取所有枚举值)
                      <tbody id='mGcAp'></tbody>
                  • <small id='mGcAp'></small><noframes id='mGcAp'>

                    <i id='mGcAp'><tr id='mGcAp'><dt id='mGcAp'><q id='mGcAp'><span id='mGcAp'><b id='mGcAp'><form id='mGcAp'><ins id='mGcAp'></ins><ul id='mGcAp'></ul><sub id='mGcAp'></sub></form><legend id='mGcAp'></legend><bdo id='mGcAp'><pre id='mGcAp'><center id='mGcAp'></center></pre></bdo></b><th id='mGcAp'></th></span></q></dt></tr></i><div id='mGcAp'><tfoot id='mGcAp'></tfoot><dl id='mGcAp'><fieldset id='mGcAp'></fieldset></dl></div>

                      • <tfoot id='mGcAp'></tfoot>
                          <bdo id='mGcAp'></bdo><ul id='mGcAp'></ul>
                          <legend id='mGcAp'><style id='mGcAp'><dir id='mGcAp'><q id='mGcAp'></q></dir></style></legend>