Skip to content

ClientProtocolSpec

Specifies the RDP protocol profile used between the client and the server.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.ClientProtocolSpec

Used By

Values

FullMode = 0

Use the full protocol profile with the highest memory usage.

ThinClientMode = 1

Use the thin-client profile with the smallest memory footprint.

SmallCacheMode = 2

Use the full protocol profile with smaller caches.

Back to API index

MIT Licensed