LumiSoft Net Help
MaxConnections Property
NamespacesLumiSoft.Net.TCPTCP_Server<(Of <(<'T>)>)>MaxConnections
Gets or sets maximum allowed concurent connections. Value 0 means unlimited.
Declaration Syntax
C#Visual BasicVisual C++F#
public long MaxConnections { get; set; }
Public Property MaxConnections As Long
	Get
	Set
public:
property long long MaxConnections {
	long long get ();
	void set (long long value);
}
member MaxConnections : int64 with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ArgumentExceptionIs raised when negative value is passed.

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