LumiSoft Net Help
MaximumConnections Property
NamespacesLumiSoft.Net.SIP.StackSIP_StackMaximumConnections
Gets or sets how many cunncurent connections allowed. Value 0 means not limited. This is used only for TCP based connections.
Declaration Syntax
C#Visual BasicVisual C++F#
public int MaximumConnections { get; set; }
Public Property MaximumConnections As Integer
	Get
	Set
public:
property int MaximumConnections {
	int get ();
	void set (int value);
}
member MaximumConnections : int with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119