Show / Hide Table of Contents

Class Device

Inheritance
Object
Device
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX