LumiSoft Mail Server User API
Sessions Property
Namespaces > LumiSoft.Net > SocketServer > Sessions
Gets active sessions.
Syntax
C#Visual BasicManaged C++
public SocketServerSession[] Sessions { get; }
Public ReadOnly Property Sessions As SocketServerSession()
public:
array<SocketServerSession^>^ Sessions {
	array<SocketServerSession^>^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)