Use this constructor to configure all the servers identically, using the given username/password (if non-null).

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MultiConnectionConfig(
	List<LiveViewURI> uris,
	string username,
	string password
)
Public Sub New ( _
	uris As List(Of LiveViewURI), _
	username As String, _
	password As String _
)
public:
MultiConnectionConfig(
	List<LiveViewURI^>^ uris, 
	String^ username, 
	String^ password
)

Parameters

uris
List<(Of <(<'LiveViewURI>)>)>
The list of servers to which to connect.
username
String
The username to use when connecting. May be left null.
password
String
The password to use when connecting. May be left null.

See Also