LumiSoft Mail Server User API
MaximumConnections Property
Namespaces > LumiSoft.Net.SIP > SIP_Stack > MaximumConnections
Gets or sets how many cunncurent connections allowed. Value 0 means not limited. This is used only for TCP based connections.
Syntax
C#Visual BasicManaged C++
public int MaximumConnections { get; set; }
Public Property MaximumConnections As Integer
public:
int MaximumConnections {
	int get ();
	void set (int value);
}

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