LumiSoft Net Help
Sessions Property
NamespacesLumiSoft.Net.TCPTCP_Server<(Of <(<'T>)>)>Sessions
Gets TCP server active sessions.
Declaration Syntax
C#Visual BasicVisual 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
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