Skip to content

ProgramConfiguration

Configuration related to a program to be started on the remote server upon connection. This models alternate-shell startup for full desktop sessions, not RemoteApp. Support: embedded and external desktop sessions. This configuration cannot be combined with RdpClientConfiguration.RemoteApp.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Applications.ProgramConfiguration

Properties

MaximizeShell (bool)

Specifies whether programs launched with ProgramConfiguration.StartProgram should be maximized. Support: embedded and external desktop sessions.

StartProgram (string?)

Specifies the program to be started on the remote server upon connection. Support: embedded and external desktop sessions.

WorkDir (string?)

Specifies the working directory of the start program. Support: embedded and external desktop sessions.

Back to API index

MIT Licensed