Skip to content

RedirectionConfiguration

Configuration and settings for device redirection.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Redirection.RedirectionConfiguration

Properties

AudioCaptureRedirectionMode (bool)

Specifies or retrieves a Boolean value that indicates whether the default audio input device is redirected from the client to the remote session.

AudioQualityMode (AudioQualityMode)

Specifies the audio quality mode.

AudioRedirectionMode (AudioRedirectionMode)

Specifies the audio redirection settings, which specify whether to redirect sounds or play sounds at the Remote Desktop Session Host (RD Session Host) server.

RedirectCameras (bool)

Specifies whether camera redirection is allowed.

RedirectClipboard (bool)

Sets or retrieves the configuration for clipboard redirection.

RedirectDevices (bool)

Sets or retrieves the configuration for device redirection.

RedirectDriveLetters (string?)

A string representing the drive letters which should be redirected (e.g. 'CEH' for the drives C:, E: and H:) If empty, all drives are redirected when RedirectDrives property is true.

RedirectDrives (bool)

Specifies whether drive redirection is allowed.

RedirectLocation (bool)

Specifies whether location redirection is allowed.

RedirectPointOfServiceDevices (bool)

Sets or retrieves the configuration for Point of Service device redirection.

RedirectPorts (bool)

Specifies whether local port redirection, for example COM and LPT, is allowed.

RedirectPrinters (bool)

Specifies whether printer redirection is allowed.

RedirectSmartCards (bool)

Specifies whether smart card redirection is allowed.

RedirectVideoRendering (bool)

Specifies whether video decoding and rendering are redirected to the client.

Back to API index

MIT Licensed