Show / Hide Table of Contents

Class WebDeviceSessionLogInfo

Information on active web sessions

Inheritance
System.Object
DeviceSessionLogInfo
WebDeviceSessionLogInfo
Inherited Members
DeviceSessionLogInfo.IsDesktopDeviceSession
DeviceSessionLogInfo.AsDesktopDeviceSession
DeviceSessionLogInfo.IsMobileDeviceSession
DeviceSessionLogInfo.AsMobileDeviceSession
DeviceSessionLogInfo.IsWebDeviceSession
DeviceSessionLogInfo.AsWebDeviceSession
DeviceSessionLogInfo.IsLegacyDeviceSession
DeviceSessionLogInfo.AsLegacyDeviceSession
DeviceSessionLogInfo.IpAddress
DeviceSessionLogInfo.Created
DeviceSessionLogInfo.Updated
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 Source

WebDeviceSessionLogInfo(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 Source

Browser

Information on the browser used for this web session.

Declaration
public string Browser { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Os

Information on the hosting operating system.

Declaration
public string Os { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SessionInfo

Web session unique id.

Declaration
public WebSessionLogInfo SessionInfo { get; protected set; }
Property Value
Type Description
WebSessionLogInfo
| Improve this Doc View Source

UserAgent

Information on the hosting device.

Declaration
public string UserAgent { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX