Gets TCP server active sessions.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public TCP_SessionCollection<TCP_ServerSession> Sessions { get; }
Public ReadOnly Property Sessions As TCP_SessionCollection(Of TCP_ServerSession) Get
public: property TCP_SessionCollection<TCP_ServerSession^>^ Sessions { TCP_SessionCollection<TCP_ServerSession^>^ get (); }
member Sessions : TCP_SessionCollection<TCP_ServerSession> with get
Property Value
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this property is accessed. |
InvalidOperationException | Is raised when TCP server is not running and this property is accesed. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119