RemoteDesktopConnectionRemoteInfo.GetForLaunchUri(Uri) Method

Definition

Retrieves a RemoteDesktopConnectionRemoteInfo associated with a remote desktop connection

public:
 static RemoteDesktopConnectionRemoteInfo ^ GetForLaunchUri(Uri ^ launchUri);
 static RemoteDesktopConnectionRemoteInfo GetForLaunchUri(Uri const& launchUri);
public static RemoteDesktopConnectionRemoteInfo GetForLaunchUri(System.Uri launchUri);
function getForLaunchUri(launchUri)
Public Shared Function GetForLaunchUri (launchUri As Uri) As RemoteDesktopConnectionRemoteInfo

Parameters

launchUri
Uri Uri

The launch URI containing information about the remote desktop session. This URI is passed over a network connection from the remote desktop client running on the local machine to the host service running on the remote machine.

Returns

A RemoteDesktopConnectionRemoteInfo associated with the remote desktop connection.

Remarks

This call is made by the remote desktop host service running on the remote desktop.

Applies to