C# Класс FiftyOne.Foundation.PreApplicationStart

Classed used by ASP.NET v4 to activate 51Degrees.mobi Foundation removing the need to activate from the web.config file.
Показать файл Открыть проект

Открытые методы

Метод Описание
Start ( ) : void

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

Приватные методы

Метод Описание
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.

Описание методов

Start() публичный статический Метод

Method called with the worker process starts to activate the mobile capabilities of the DLL without requiring web.config entries.
public static Start ( ) : void
Результат void