Whether to use the SSL protocol to connect ('lvs://' instead of 'lv://').

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool UseSSL { get; set; }
Public Property UseSSL As Boolean
	Get
	Set
public:
property bool UseSSL {
	bool get ();
	void set (bool value);
}

See Also