Show / Hide Table of Contents

Enum DeviceType

Specifies different device types.

Namespace: IRM.Net.Http
Assembly: IRM.dll
Syntax
public enum DeviceType

Desktop

The device type is a desktop (or a server).

Mobile

The device type is a mobile.

Server

The device type is a server.

Tablet

The device type is a tablet.

Unknown

The device type is not known.

Extension Methods

EnumFlagExtensions.IsFlag<T>(T)
EnumFlagExtensions.AddFlag<T>(T)
EnumFlagExtensions.RemoveFlag<T>(T)
AnnotationsExtensions.IsValid()
Back to top Generated by DocFX