interfaceextends ConnectionParams
ConnectionParameters
Parameters required to establish an RDP connection.
typescript
interface ConnectionParameters extends ConnectionParamsProperties
| Name | Type | Description |
|---|---|---|
colorDepth? | number | - |
connectionTimeout? | number | - |
desktopHeight? | number | - |
desktopWidth? | number | - |
enableDebugLog? | boolean | - |
hostname | string | - |
ignoreCertificate? | boolean | - |
password | string | - |
port | number | - |
username | string | - |
Was this page helpful?