LumiSoft Net Help
ConnectionsProcessed Property
NamespacesLumiSoft.Net.TCPTCP_Server<(Of <(<'T>)>)>ConnectionsProcessed
Gets how many connections this TCP server has processed.
Declaration Syntax
C#Visual BasicVisual C++F#
public long ConnectionsProcessed { get; }
Public ReadOnly Property ConnectionsProcessed As Long
	Get
public:
property long long ConnectionsProcessed {
	long long get ();
}
member ConnectionsProcessed : int64 with get
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
InvalidOperationExceptionIs raised when TCP server is not running and this property is accesed.

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