Class Device
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Net.Http
Assembly: IRM.dll
Syntax
public class Device
Constructors
Device(IDictionary<String, String>, String)
Initializes a new instance of the Device class.
Declaration
public Device(IDictionary<string, string> headers, string userAgent)
Parameters
System.Collections.Generic.IDictionary<String, String>
headers
|
String
userAgent
|
Properties
Crawler
Gets or sets if the device is a search engine crawler.
Declaration
public bool Crawler { get; set; }
Property Value
Boolean
|
Type
Gets or sets the type of device.
Declaration
public DeviceType Type { get; set; }
Property Value
DeviceType
|