The ConnectionConfig type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Authentication |
The authentication method to use
| |
| BackgroundWorker |
This can be used to connect to the LiveView server in the background.
| |
| Password | Obsolete.
The password used to authenticate when connecting to the LiveView server.
| |
| ReconnectionInterval |
The number of milliseconds to wait between connection attempts. This is only
meaningful when asynchronous connection is used.
| |
| RequestAggregateMarks |
Whether to recieve aggregation marks if the server supports them.
| |
| TimoutSec |
The time to wait before closing a connection without hearing a heartbeat. Default: 15s
| |
| URI |
The URI used to connect to the LiveView server. Also sets basic authentication, if no authentication has been set.
If Authentication has been set, setting this doesn't overwrite it.
| |
| UseCompression |
Whether to use HTTP compression between the client and server.
| |
| UseKerberosTickets | Obsolete.
Whether to use Kerberos authentication (if available)
| |
| Username | Obsolete.
The user name used to authenticate when connecting to the LiveView server.
|