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: 2.2.8.5956 (2.2.8.5956)

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