Class WebDeviceSessionLogInfo
Information on active web sessions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class WebDeviceSessionLogInfo : DeviceSessionLogInfo
Constructors
| Improve this Doc View SourceWebDeviceSessionLogInfo(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, WebSessionLogInfo)
Initializes a new instance of the WebDeviceSessionLogInfo class.
Declaration
public WebDeviceSessionLogInfo(string userAgent, string os, string browser, string ipAddress = null, DateTime? created = null, DateTime? updated = null, WebSessionLogInfo sessionInfo = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userAgent | Information on the hosting device. |
| System.String | os | Information on the hosting operating system. |
| System.String | browser | Information on the browser used for this web session. |
| System.String | ipAddress | The IP address of the last activity from this session. |
| System.Nullable<System.DateTime> | created | The time this session was created. |
| System.Nullable<System.DateTime> | updated | The time of the last activity from this session. |
| WebSessionLogInfo | sessionInfo | Web session unique id. |
Properties
| Improve this Doc View SourceBrowser
Information on the browser used for this web session.
Declaration
public string Browser { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Os
Information on the hosting operating system.
Declaration
public string Os { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SessionInfo
Web session unique id.
Declaration
public WebSessionLogInfo SessionInfo { get; protected set; }
Property Value
| Type | Description |
|---|---|
| WebSessionLogInfo |
UserAgent
Information on the hosting device.
Declaration
public string UserAgent { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |