The ConnectionConfig type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| BackgroundWorker |
This can be used to connect to the LiveView server in the background.
| |
| Password |
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.
| |
| Uri | Obsolete.
The URI used to connect to the LiveView server.
| |
| URI |
The URI used to connect to the LiveView server.
| |
| UseCompression |
Whether to use HTTP compression between the client and server.
| |
| Username |
The user name used to authenticate when connecting to the LiveView server.
|