The ILiveViewConnectionControl type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| ConnectionConfig | 
            Returns the connectionConfig that was / will be used to create this connection.
              | |
| ConnectionState | 
            Returns the state of this connection.
              | |
| IsCurrent | 
            Returns true if this connection is the currently active connection 
              | |
| LastSuccessfulConnect | 
            If the current status is CONNECTED, this will have the time this connection was made.
              | |
| RetryCount | 
            Valid only if the current state is TRYING_TO_CONNECT.  It is the number of tries since the last successful connect,
            or since startup if there has never been a successful connect to this server.
              | |
| URI | 
            The URI to the server represented by this ConnectionControl. Resolves to cref="ILiveViewConnectionControl.ConnectionConfig.URI".
              | |
| Version | 
            Version information received from the server in the last successful connection attempt.
            If the target server has never been successfully connected to, this value will be null.
              |