Overload List

NameDescription
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.

Remarks

DEPRECATED: Please use ConnectionConfig(LiveViewURI uri, EventHandler<ConnectionEventArgs> handler) instead.
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.

See Also