LumiSoft Mail Server User API
RemoveSession Method (session)
Namespaces > LumiSoft.Net > SocketServer > RemoveSession(SocketServerSession)
Removes specified session from sessions collection.
Syntax
C#Visual BasicManaged C++
protected internal void RemoveSession (
	SocketServerSession session
)
Protected Friend Sub RemoveSession ( _
	session As SocketServerSession _
)
protected public:
void RemoveSession (
	SocketServerSession^ session
)
Parameters
session (SocketServerSession)
Session to remove.

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