C# Class HttpRedirect.RedirectModule

Inheritance: IHttpModule
显示文件 Open project: stormid/Categorizr

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
IsMobile ( HttpRequest request ) : bool
RequestHasOverrideCookie ( HttpRequest request ) : bool
SetResponseOverrideCookie ( HttpResponse response ) : void
UrlHasOverride ( Uri url ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void