LogSession Properties |
The LogSession type exposes the following members.
Name | Description | |
---|---|---|
AudioBytesSent |
Gets or sets the overall size of all of the audio files sent in the session.
| |
ClientId |
Gets or sets the unique ID of the client that made the session.
| |
CountRequests |
Gets or sets the number of requests the client made during the session.
| |
Duration |
Gets the duration of the session.
| |
EndTime |
Gets or sets the end of the session. While the session is in progress
this holds the last time the database record was updated with the session
details.
| |
HtmlBytesSent |
Gets or sets the overall size of all of the web pages sent in the session.
| |
Id |
Gets or sets the unique ID of the session.
| |
ImageBytesSent |
Gets or sets the overall size of all of the images sent in the session.
| |
JsonBytesSent |
Gets or sets the overall size of all of the JSON files sent in the session.
| |
OtherBytesSent |
Gets or sets the number of bytes sent in response to requests for miscellaneous files.
| |
StartTime |
Gets or sets the time that the session was first established.
| |
TotalBytesSent |
Gets the total number of bytes sent.
| |
UserName |
Gets or sets the first non-null user name used in the session. Will be null if the user never logged in.
|