The LiveViewConnectionFactory type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetBackgroundConnection(ConnectionConfig) |
Creates an instance of a ConnectionBackgroundWorker,
which can be used to connect to a LiveView server asynchronously while
being notified of progress. Connection can be initiated with a call
to RunWorkerAsync()()()()().
| |
| GetConnection(String) |
Creates a new instance of a ILiveViewConnection.
| |
| GetConnection(ConnectionConfig) |
Creates a new instance of a ILiveViewConnection.
| |
| GetConnection(LiveViewURI) |
Creates a new instance of a ILiveViewConnection.
| |
| GetConnection(MultiConnectionConfig, Boolean) |
Retrieves a ILiveViewMultiConnection based on the MultiConnectionConfig.
| |
| GetConnectionFromTcds(ConnectionConfig) |
Creates a new instance of a ILiveViewConnection from a TCDS-based connection url.
Also see FromTcdsAuthUri(LiveViewURI, ILiveViewAuth) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |