Does anyone know of an open source RDP implementation in C #? In particular, something similar to ProperJavaRDP or Rdesktop.
I am not looking for addins, 3party controles, etc. I am looking for a C # inline implementation with source.
It is best to port the rdesktop code. He has already ported it to Java to give you a good starting point.
http://properjavardp.sourceforge.net/
Just letting you know: I'm working on writing C # bindings to FreeRDP as a child project called Screenary: https://github.com/Screenary/Screenary
Try a Look at This CodeProject How to Create a Terminal Services Add-in in Pure C # by Selvin
Update: Or look at gnome-rdp at sourceforge.net. (close - but "no cigar" - since it is a C # (Mono) shell for rdesktop, etc.), The difficult 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 (terminal.codeplex.com)
Source: https://habr.com/ru/post/1299756/More articles:The right conversions for image scaling - androidXML data in HTML form and vice versa - htmlUpdate DataGrid Inside AJAX Accordion - c #MVVM versus data virtualization - wpfIs using the jQuery theme for the whole site wrong? - csstell jaxb not to remove underscores - javaShould I run user identifiers from 1 to 1000 in the database? What for? - databaseCompare words and get exact match - c #Will expressions or expressions be executed after return statement in VB.net? - vb.netGoogle Appengine: Is this a good set of Entity groups? - google-app-engineAll Articles