开发者

Is there an open source C# based RDP implementation out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

开发者_Go百科 Improve this question

Is anyone aware of an open source C# based implementation of RDP? Specifically something similar to ProperJavaRDP or Rdesktop.

I'm not looking for addins, 3party controles, etc. I'm looking for a native C# implementation with source.


Your best bet is to port the rdesktop code. It's already ported it to java so that should give you a good starting point.

http://properjavardp.sourceforge.net/


Just letting you know: I'm working on writing C# bindings to FreeRDP as part of a sister project called Screenary: https://github.com/Screenary/Screenary


Try looking at This CodeProject How to Write a Terminal Services Add-in in Pure C# by Selvin

Update: Or look at gnome-rdp at sourceforge.net. (close - but "no cigar" - since this is a C# (Mono) wrapper for rdesktop etc.) The hard way is to port an existing RDP client, from C/C++ to C# - ex. CoRD (found on sourceforge.net)

/Erling Damsgaard DNS-IT ApS


or use terminals (terminals.codeplex.com)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜