C# Class RavenFS.Infrastructure.RedirectHandler

Inheritance: IHttpHandler
Mostra file Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
ProcessRequest ( HttpContext httpContext ) : void
RedirectHandler ( string newUrl ) : System.Web

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext httpContext ) : void
httpContext System.Web.HttpContext
return void

RedirectHandler() public method

public RedirectHandler ( string newUrl ) : System.Web
newUrl string
return System.Web