This is base class for SocketServer sessions.
| C# | Visual Basic | Visual 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
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SocketServerSession(String, SocketEx, IPBindInfo, 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.
(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 | ||
| FTP_Session | ||