The ServerSession type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cipher |
Gets the active cipher.
| |
| ClientAddress |
Gets the client's IP address.
| |
| ClientEndPoint |
Gets the client-side endpoint of the client's connection.
| |
| Context |
Gets custom context object assigned in Authentication event handler's Accept(ServerUser, Object) method.
| |
| Duration |
Gets the current duration of the session.
| |
| Id |
Gets session ID.
| |
| State |
Gets the current state of the session.
| |
| User |
Gets the current session user.
| |
| UserName |
Gets the current session user name.
|