ClientProtocolSpec
Specifies the RDP protocol profile used between the client and the server.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.ClientProtocolSpecUsed 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.
