Skip to content

RdpSessionMode

Selects how the Remote Desktop session is hosted.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.RdpSessionMode

Used By

Values

Embedded = 0

Host the session inside the embedded ActiveX control in RdpControl.

External = 1

Launch an external Remote Desktop client process and leave the control empty.

Back to API index

MIT Licensed