C# 클래스 FiftyOne.Foundation.Mobile.Detection.MobileCapabilitiesProvider

Used to add additional WURFL based properties to the browser capabilities.
상속: System.Web.Configuration.HttpCapabilitiesDefaultProvider
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 메소드들

메소드 설명
GetBrowserCapabilities ( HttpRequest request ) : System.Web.HttpBrowserCapabilities

Provides information to the web server about the requesting device.

MobileCapabilitiesProvider ( ) : System

Constructs an instance of . All default values remain the same and are unaltered.

MobileCapabilitiesProvider ( System.Web.Configuration.HttpCapabilitiesDefaultProvider parent ) : System

Constructs an instance of . All default values remain the same and are unaltered.

비공개 메소드들

메소드 설명
LogStackTrace ( ) : void

If in debug compilation record the stack trace as this class is constructed before the debugger can become active.

메소드 상세

GetBrowserCapabilities() 공개 메소드

Provides information to the web server about the requesting device.
public GetBrowserCapabilities ( HttpRequest request ) : System.Web.HttpBrowserCapabilities
request System.Web.HttpRequest /// HttpRequest that provides information about the source device. ///
리턴 System.Web.HttpBrowserCapabilities

MobileCapabilitiesProvider() 공개 메소드

Constructs an instance of . All default values remain the same and are unaltered.
public MobileCapabilitiesProvider ( ) : System
리턴 System

MobileCapabilitiesProvider() 공개 메소드

Constructs an instance of . All default values remain the same and are unaltered.
public MobileCapabilitiesProvider ( System.Web.Configuration.HttpCapabilitiesDefaultProvider parent ) : System
parent System.Web.Configuration.HttpCapabilitiesDefaultProvider
리턴 System