Skip to content

MsRdpExConfiguration

Typed MsRdpEx-specific settings used for external sessions when ExternalSessionConfiguration.UseMsRdpExHooks is enabled.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.External.MsRdpExConfiguration

Used By

Properties

EnableMouseJiggler (bool)

Gets or sets a value indicating whether MsRdpEx should enable its mouse jiggler keep-alive behavior. Support: external sessions through MsRdpEx only. Written as EnableMouseJiggler when ExternalSessionConfiguration.UseMsRdpExHooks is enabled.

KdcProxyUrl (string?)

Gets or sets the KDC proxy URL used for Kerberos over HTTPS scenarios. Support: external sessions through MsRdpEx only. Written as KDCProxyURL when ExternalSessionConfiguration.UseMsRdpExHooks is enabled.

MouseJigglerInterval (int)

Gets or sets the mouse jiggler interval in seconds. Support: external sessions through MsRdpEx only. Written as MouseJigglerInterval when ExternalSessionConfiguration.UseMsRdpExHooks is enabled and MsRdpExConfiguration.EnableMouseJiggler is true. MsRdpEx uses its own default interval when this value is zero or negative.

MouseJigglerMethod (KeepAliveMethod)

Gets or sets the mouse jiggler method used by MsRdpEx. Support: external sessions through MsRdpEx only. Written as MouseJigglerMethod when ExternalSessionConfiguration.UseMsRdpExHooks is enabled and MsRdpExConfiguration.EnableMouseJiggler is true.

UserSpecifiedServerName (string?)

Gets or sets the server name that should be presented to the remote endpoint instead of the transport address. Support: external sessions through MsRdpEx only. Written as UserSpecifiedServerName when ExternalSessionConfiguration.UseMsRdpExHooks is enabled.

Back to API index

MIT Licensed