C# Class Rock.Web.RouteInfo.InternalHttpContext

Inheritance: System.Web.HttpContextBase
Show file Open project: NewSpring/Rock

Public Methods

Method Description
InternalHttpContext ( Uri uri, string applicationPath ) : System

Initializes a new instance of the InternalHttpContext class.

Method Details

InternalHttpContext() public method

Initializes a new instance of the InternalHttpContext class.
public InternalHttpContext ( Uri uri, string applicationPath ) : System
uri System.Uri The URI.
applicationPath string The application path.
return System