Overload List
| Name | Description |
|---|---|
| ConnectionConfig()()()() |
Creates an instance using the default URI.
|
| ConnectionConfig(String) | Obsolete.
Creates an instance using the supplied URI, no credentials and no connection event handler.
|
| ConnectionConfig(LiveViewURI) |
Creates an instance using the supplied URI and no connection event handler.
|
| ConnectionConfig(String, EventHandler<(Of <<'(ConnectionEventArgs>)>>)) | Obsolete.
Creates an instance using the supplied URI, no credentials and the supplied connection event handler.
|
| ConnectionConfig(LiveViewURI, EventHandler<(Of <<'(ConnectionEventArgs>)>>)) |
Creates an instance using the supplied URI, no credentials and the supplied connection event handler.
|
| ConnectionConfig(String, String, String) | Obsolete.
Creates an instance using the specified URI and credentials with no connection event handler.
|
| ConnectionConfig(LiveViewURI, String, String) |
Creates an instance using the specified URI and credentials with no connection event handler.
|
| ConnectionConfig(String, String, String, EventHandler<(Of <<'(ConnectionEventArgs>)>>)) | Obsolete.
Creates an instance using the specified URI, credentials and connection event handler.
|
| ConnectionConfig(LiveViewURI, String, String, EventHandler<(Of <<'(ConnectionEventArgs>)>>)) |
Creates an instance using the specified URI, credentials and connection event handler.
|