C# Class FiftyOne.Foundation.PreApplicationStart

Classed used by ASP.NET v4 to activate 51Degrees.mobi Foundation removing the need to activate from the web.config file.
ファイルを表示 Open project: 51Degrees/dotNET-Device-Detection

Public Methods

Method Description
Start ( ) : void

Method called with the worker process starts to activate the mobile capabilities of the DLL without requiring web.config entries.

Private Methods

Method Description
RegisterModule ( ) : void

Registers the HttpModule for detection and redirection.

The detection module inherits from the redirection module due to maintaining compaitability with legacy code. The functionality of the modules is controlled via the 51Degrees.config file.

Method Details

Start() public static method

Method called with the worker process starts to activate the mobile capabilities of the DLL without requiring web.config entries.
public static Start ( ) : void
return void