LogSession Class |
Namespace: VirtualRadar.Interface.Database
The LogSession type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogSession | Initializes a new instance of the LogSession class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |