LumiSoft Mail Server User API
SocketServerSession Class
Namespaces > LumiSoft.Net > SocketServerSession
This is base class for SocketServer sessions.
Syntax
C#Visual BasicManaged C++
public abstract class SocketServerSession
Public MustInherit Class SocketServerSession
public ref class SocketServerSession abstract
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SocketServerSessionNew(String, SocketEx, BindInfo, SocketServer)
Default constructor.
Authenticated
Gets if session is authenticated.
BindInfo
Gets access to BindInfo what accepted socket.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpectedTimeout
Gets how many seconds has left before timout is triggered.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsSecureConnection
Gets if the connection is an SSL connection.
Kill()
Kills session.
LocalEndPoint
Gets EndPoint which accepted conection.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnSessionTimeout()
Times session out.
ReadedCount
Gets how many bytes are readed through this session.
RemoteEndPoint
Gets connected Host(client) EndPoint.
SessionActiveLog
Gets log entries that are currently in log buffer.
SessionID
Gets session ID.
SessionLastDataTime
Gets last data activity time.
SessionStartTime
Gets session start time.
SetUserName(String)
Sets property UserName value.
Socket
Gets access to SocketEx.
Tag
Gets or sets custom user data.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
UserName
Gets authenticated user name.
WrittenCount
Gets how many bytes are written through this session.
Inheritance Hierarchy

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