LumiSoft Mail Server User API
IsSecure Property
Namespaces > LumiSoft.Net.SIP > SIP_Uri > IsSecure
Gets or sets secure SIP. If true then sips: uri, otherwise sip: uri.
Syntax
C#Visual BasicManaged C++
public bool IsSecure { get; set; }
Public Property IsSecure As Boolean
public:
bool IsSecure {
	bool get ();
	void set (bool value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)