Class DeviceChangeIpWebDetails
Changed IP address associated with active web session.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceChangeIpWebDetails
Constructors
View SourceDeviceChangeIpWebDetails(string)
Initializes a new instance of the DeviceChangeIpWebDetails class.
Declaration
public DeviceChangeIpWebDetails(string userAgent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | userAgent | Web browser name. |
Properties
View SourceUserAgent
Web browser name.
Declaration
public string UserAgent { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |