This is base class for SocketServer sessions.
| C# | Visual Basic | Managed C++ |
public abstract class SocketServerSession
Public MustInherit Class SocketServerSession
public ref class SocketServerSession abstract
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| SocketServerSessionNew(String, SocketEx, BindInfo, SocketServer) |
Default constructor.
| |
| Authenticated |
Gets if session is authenticated.
| |
| BindInfo |
Gets access to BindInfo what accepted socket.
| |
| Equals(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() | (Inherited from Object.) | |
| UserName |
Gets authenticated user name.
| |
| WrittenCount |
Gets how many bytes are written through this session.
|
| Object | ||
| SocketServerSession | ||
| IMAP_Session | ||
| SMTP_Session | ||
| POP3_Session | ||
| FTP_Session | ||
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)