LumiSoft Net Help
SocketServerSession Class
NamespacesLumiSoft.NetSocketServerSession
This is base class for SocketServer sessions.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use TCP_Server class instead")]
public abstract class SocketServerSession
<ObsoleteAttribute("Use TCP_Server class instead")> _
Public MustInherit Class SocketServerSession
[ObsoleteAttribute(L"Use TCP_Server class instead")]
public ref class SocketServerSession abstract
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SocketServerSession(String, SocketEx, IPBindInfo, 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.
(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
Object
SocketServerSession
 FTP_Session
 IMAP_Session

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