Click or drag to resize

BrowserInfo Class

Information about client browser and client OS.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.BrowserBrowserInfo

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public class BrowserInfo

The BrowserInfo type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Name of client browser.
Public propertyBrowserVersion
Version of client browser.
Public propertyStatic memberCurrent
The main entry point for getting information about client browser and OS for the current request.
Public propertyIsBrowserSupported
if client browser supported for WebSigner component.
Public propertyIsClientSupported
if client OS and browser supported for WebSigner component.
Public propertyIsMobilePlatform
if client OS is mobile platform (Android, iOS, iPad, ...).
Public propertyIsOSSupported
if client OS supported for WebSigner component.
Public propertyIsPowerSaveEnvironment
Public propertyOS
Name of client OS.
Public propertyOSVersion
Version of client OS.
Public propertyUnsupportedHtml
User message for unsupported client OS or browser in HTML format.
Top
See Also