Show / Hide Table of Contents

Class ClientInfo

Represents the user agent client information resulting from parsing a user agent string

Inheritance
Object
ClientInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace:FubarDev.WebDavServer.Utils.UAParser
Assembly:FubarDev.WebDavServer.dll
Syntax
public class ClientInfo : IUAParserOutput

Constructors

| Improve this Doc View Source

ClientInfo(String, OS, Device, UserAgent)

Constructs an instance of the ClientInfo with results of the user agent string parsing

Declaration
public ClientInfo(string inputString, OS os, Device device, UserAgent userAgent)
Parameters
Type Name Description
String inputString
OS os
Device device
UserAgent userAgent

Properties

| Improve this Doc View Source

Device

The Device parsed from the user agent string

Declaration
public Device Device { get; }
Property Value
Type Description
Device
Implements
IUAParserOutput.Device
| Improve this Doc View Source

OS

The OS parsed from the user agent string

Declaration
public OS OS { get; }
Property Value
Type Description
OS
Implements
IUAParserOutput.OS
| Improve this Doc View Source

String

The user agent string, the input for the UAParser

Declaration
public string String { get; }
Property Value
Type Description
String
Implements
IUAParserOutput.String
| Improve this Doc View Source

UA

The User Agent parsed from the user agent string

Declaration
public UserAgent UA { get; }
Property Value
Type Description
UserAgent
Implements
IUAParserOutput.UA
| Improve this Doc View Source

UserAgent

The User Agent parsed from the user agent string

Declaration
public UserAgent UserAgent { get; }
Property Value
Type Description
UserAgent

Methods

| Improve this Doc View Source

ToString()

A readable description of the user agent client information

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX