locked
Does Metro App WinRT support RDP? RRS feed

  • Question

  • Does Metro App WinRT support RDP?

    If so, does that RDP support "contracts?

    Please note, this is for Metro App, not for a Dektop app?

    Thursday, April 26, 2012 7:23 PM

All replies

  • the p in rdp stands for prototol. WinRT is not an implementation of the protocol, it is designed as a general application framework.

    You can implement RDP just like Microsoft did in the metro version of its remote desktop client.



    The following is signature, not part of post
    Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
    Visual C++ MVP

    Thursday, April 26, 2012 7:51 PM
  • Where can I find the Sample Remote Desktop Client that you refer above? I assume it is a Metro App sample, not a WIN32 Desktop sample.

    Thanks.

    Thursday, April 26, 2012 11:35 PM
  • There isn't a sample for desktop or for metro. You can look at the spec and decide how much you want to implement, just like those linux clients did.


    The following is signature, not part of post
    Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
    Visual C++ MVP

    Friday, April 27, 2012 2:25 AM