LumiSoft Mail Server User API
BindInfo Property
Namespaces > LumiSoft.Net.SIP > SIP_Stack > BindInfo
Gets or sets socket bind info. Use this property to specify on which protocol,IP,port server listnes and also if connections is SSL.
Syntax
C#Visual BasicManaged C++
public BindInfo[] BindInfo { get; set; }
Public Property BindInfo As BindInfo()
public:
array<BindInfo^>^ BindInfo {
	array<BindInfo^>^ get ();
	void set (array<BindInfo^>^ value);
}

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